> 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/getting-started-as-a-visitor/practicalities-of-visiting/how-do-people-in-detention-find-out-about-visitors.md).

# How do people in detention find out about visitors?

There are several ways people in detention might hear about a visitor group:

* **Word of mouth:** Often people who have been in touch with a visitor group will share information with others around what the visitor groups can offer
* **Through a drop-in:** Where groups hold drop-ins within the centre itself, for example in a welfare office or a library, people might simply see visitors in the centre and want to know more.
* **Through detention centre or prison staff:** The Operating Standards for IRC management require all detention centres to make information about AVID or the local visiting group available to those detained. Information might be shared as part of someone’s induction process when they arrive at the centre, or they might see a poster or leaflet distributed within the centre by staff on behalf of the visitor group. Welfare staff or chaplains may play an important role in referring people to visitor groups when they are concerned for someone’s wellbeing.
* **Through another visitor group:** Where a visitor group at one centre is in touch with someone who is being moved elsewhere, they may pass on the details of the relevant visitor group. Visitors at short term holding facilities play an important role here in connecting people they meet in detention with support at the centre they are being moved to next.


---

# 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/getting-started-as-a-visitor/practicalities-of-visiting/how-do-people-in-detention-find-out-about-visitors.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.
