# UUID Access

Supercharge your server's defenses by wielding the power to dictate who accesses the spoofer. Within the confines of the config.yml file, construct an impervious wall of security with a list of authorized UUIDs, ensuring only trusted individuals can access this potent tool.

```yaml
allowed_uuids:
    - '3fd954a8-c1b2-4b80-b163-96f3aa666a44'
```

* `allowed_uuids`: List of UUIDs allowed to use the spoofer's commands


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.spoof.dev/asteroid/setup/features/uuid-access.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
