# Others

- [What is Masked Image?](https://api.homedesigns.ai/homedesignsai-api-documentation/others/what-is-masked-image.md)
- [HomeDesigns AI - API Privacy Policy](https://api.homedesigns.ai/homedesignsai-api-documentation/others/homedesigns-ai-api-privacy-policy.md)
- [HomeDesigns AI - API Terms of Service](https://api.homedesigns.ai/homedesignsai-api-documentation/others/homedesigns-ai-api-terms-of-service.md)
- [API Token Security & Access Control](https://api.homedesigns.ai/homedesignsai-api-documentation/others/api-token-security-and-access-control.md): This feature allows you to control how your API token can be used. It helps prevent unauthorized access and ensures that only trusted sources can access your API.


---

# 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://api.homedesigns.ai/homedesignsai-api-documentation/others.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.
