> For the complete documentation index, see [llms.txt](https://docs.animalrescuex.org/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.animalrescuex.org/animal-rescuex/best-practices.md).

# Best Practices

**Always** verify the URL of the website you are interacting with. Animal Rescuex only goes by the domain name animalrs.org, and we only have one twitter and telegram group which can be viewed on our website or at the bottom of the gitbook. Anyone claiming to be us with a different website, twitter, or telegram is not us.&#x20;

Before connecting your wallet and signing a transaction, **always** double check you are on the correct page.


---

# 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:

```
GET https://docs.animalrescuex.org/animal-rescuex/best-practices.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.
