> 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/booking-a-social-visit.md).

# Booking a social visit

Depending on your group processes, you might be required to book a visit yourself through the detention centre, or your co-ordinator may book a visit for you.&#x20;

### **Visiting hours**

Centres will have set visiting times which vary according to the centre.

* You can find the visiting hours of each centre on [the government website](https://www.gov.uk/immigration-removal-centre).&#x20;

### **Deciding when to visit**

Discuss with the person you are visiting the best time to see them within the visiting hours available. People will be organising visits around other appointments, meal times, as well as their own preferences for meeting and it is important that they can choose a time that suits them.&#x20;

### **How to book a visit**

Visits can be made over the phone or by email. Centres will often state that you need to book visits 24 hours in advance, although there may be flexibility.  You will need someone's name to be able to book a visit with them, as staff will not give the names of people in detention to visitors. It can also be useful to have the persons CID number.&#x20;

You can find the number to book a visit on the government website link above.&#x20;

<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/booking-a-social-visit.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.
