> For the complete documentation index, see [llms.txt](https://docs.amfi.finance/home/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.amfi.finance/home/other-references.md).

# Other references

- [Terms and Conditions](https://docs.amfi.finance/home/other-references/terms-and-conditions.md)
- [1. Introduction](https://docs.amfi.finance/home/other-references/terms-and-conditions/1.-introduction.md)
- [2. Updates to the terms](https://docs.amfi.finance/home/other-references/terms-and-conditions/2.-updates-to-the-terms.md)
- [3. The services](https://docs.amfi.finance/home/other-references/terms-and-conditions/3.-the-services.md)
- [4. Use of our services](https://docs.amfi.finance/home/other-references/terms-and-conditions/4.-use-of-our-services.md)
- [5. Intellectual property](https://docs.amfi.finance/home/other-references/terms-and-conditions/5.-intellectual-property.md)
- [6. Limitation of liability](https://docs.amfi.finance/home/other-references/terms-and-conditions/6.-limitation-of-liability.md)
- [7. Bad behavior](https://docs.amfi.finance/home/other-references/terms-and-conditions/7.-bad-behavior.md)
- [8. Governing law and legal disputes](https://docs.amfi.finance/home/other-references/terms-and-conditions/8.-governing-law-and-legal-disputes.md)
- [9. Our commitments to you](https://docs.amfi.finance/home/other-references/terms-and-conditions/9.-our-commitments-to-you.md)
- [10. Miscellaneous](https://docs.amfi.finance/home/other-references/terms-and-conditions/10.-miscellaneous.md)
- [11. Contact us](https://docs.amfi.finance/home/other-references/terms-and-conditions/11.-contact-us.md)
- [AmFi Privacy Policy](https://docs.amfi.finance/home/other-references/amfi-privacy-policy.md)
- [1. Definitions](https://docs.amfi.finance/home/other-references/amfi-privacy-policy/1.-definitions.md)
- [2. What Personal Data we collect and process](https://docs.amfi.finance/home/other-references/amfi-privacy-policy/2.-what-personal-data-we-collect-and-process.md)
- [3. Why we collect and process personal data](https://docs.amfi.finance/home/other-references/amfi-privacy-policy/3.-why-we-collect-and-process-personal-data.md)
- [4. Cookies and other tracking technologies](https://docs.amfi.finance/home/other-references/amfi-privacy-policy/4.-cookies-and-other-tracking-technologies.md)
- [5. Who else has access to the personal data and why](https://docs.amfi.finance/home/other-references/amfi-privacy-policy/5.-who-else-has-access-to-the-personal-data-and-why.md)
- [6. What are your rights with respect to the personal data](https://docs.amfi.finance/home/other-references/amfi-privacy-policy/6.-what-are-your-rights-with-respect-to-the-personal-data.md)
- [7. How we store and protect your personal data](https://docs.amfi.finance/home/other-references/amfi-privacy-policy/7.-how-we-store-and-protect-your-personal-data.md)
- [8. When we delete your personal data](https://docs.amfi.finance/home/other-references/amfi-privacy-policy/8.-when-we-delete-your-personal-data.md)
- [9. International transfer of personal data](https://docs.amfi.finance/home/other-references/amfi-privacy-policy/9.-international-transfer-of-personal-data.md)
- [10. Do you need to provide your consent for AmFi to use your personal data as per this policy?](https://docs.amfi.finance/home/other-references/amfi-privacy-policy/10.-do-you-need-to-provide-your-consent-for-amfi-to-use-your-personal-data-as-per-this-policy.md)
- [11. Security measures](https://docs.amfi.finance/home/other-references/amfi-privacy-policy/11.-security-measures.md)
- [12. Websites of third parties](https://docs.amfi.finance/home/other-references/amfi-privacy-policy/12.-websites-of-third-parties.md)
- [13. Children’s and teenagers’ data](https://docs.amfi.finance/home/other-references/amfi-privacy-policy/13.-childrens-and-teenagers-data.md)
- [14. How to make a complaint](https://docs.amfi.finance/home/other-references/amfi-privacy-policy/14.-how-to-make-a-complaint.md)
- [15. Changes to this privacy policy](https://docs.amfi.finance/home/other-references/amfi-privacy-policy/15.-changes-to-this-privacy-policy.md)


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.amfi.finance/home/other-references.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
