> For the complete documentation index, see [llms.txt](https://avid-detention.gitbook.io/avid-handbook/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://avid-detention.gitbook.io/avid-handbook/welcome.md).

# Welcome

Thank you for visiting the AVID handbook and being part of a community committed to ending the suffering caused by immigration detention in the UK.&#x20;

The AVID handbook is the only publication of its kind and represents our thirty year collective knowledge base on immigration detention. From what to expect when entering an immigration detention centre, accessing legal advice, detention law and policy, getting out of detention, and removal and deportation, it is an indispensable tool for anyone working with people in or at risk of detention.

We aim to keep the handbook up to date with accurate information. A small team, we greatly appreciate you taking the time to let us know if you notice information that is out of date, have suggestions for improvements or are aware of any mistakes. Please contact us on [enquiries@aviddetention.org.uk](mailto:undefined).&#x20;

#### [**Follow us on** ](https://linktr.ee/aviddetention)**:** <i class="fa-instagram" style="color:yellow;">:instagram:</i> <i class="fa-facebook" style="color:blue;">:facebook:</i> <i class="fa-bluesky" style="color:$danger;">:bluesky:</i> <i class="fa-x-twitter">:x-twitter:</i> <i class="fa-linkedin" style="color:blue;">:linkedin:</i> <i class="fa-tiktok" style="color:$warning;">:tiktok:</i>

<figure><img src="/files/lH1SheKzkP8uG824rEzy" alt="" width="563"><figcaption><p>Quote from the eighth edition of the AVID Handbook (2018). </p></figcaption></figure>


---

# 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://avid-detention.gitbook.io/avid-handbook/welcome.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.
