> 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/what-to-expect-in-a-visiting-room.md).

# What to expect in a visiting room

Most detention centres and all prisons have visiting rooms with seating areas, which are located away from the living areas or wings.&#x20;

Some centres or prisons insist on particular seating arrangements, such as the person you are visiting sitting at a particular table and in a particular chair. This might be very close to other people including guards. Other centres or prisons will allow you to sit where you and the person you are visiting feel most comfortable.

You may be able to buy snacks and drinks from a vending machine, and there may be a play corner for children.The level of supervision and the ambiance will vary from one detention centre or prison to another.

### **Ensuring privacy**

Privacy is really important for having meaningful conversations and building relationships of trust. The Detention Centre Rules state that visits should take place “out of hearing of an officer unless the Secretary of State otherwise directs”.  If you or the person you are visiting is concerned that you are being overheard, you could request to move to a different location in the visits hall, although this may not be granted depending on the centre.&#x20;

Given the size of visits halls and presence of guards it can be difficult to be sure your conversation is private, and it is important to recognise that this might impact what someone wants to discuss with you.

<br>


---

# 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/what-to-expect-in-a-visiting-room.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.
