# Token security

| [Domain whitelisting](/setup/security/token-security/domain-whitelisting.md) | Specify which domains your Cloudimage token can download original images from. You can limit the list to a few domains that you own to make sure no one uses your token on his or her URLs. |
| ---------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| [URL signature](/setup/security/token-security/url-signature.md)             | Sign your Cloudimage URLs with an SHA hash to prevent someone else from using your Cloudimage token.                                                                                        |
| [URL sealing](/setup/security/token-security/url-sealing.md)                 | With this feature, you can sign only part of the url which will allow you to add more parameters to the URL while protecting the sealed ones.                                               |


---

# 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.cloudimage.io/setup/security/token-security.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.
