> 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-out-of-detention/bail-and-removal-directions.md).

# Bail and removal directions

A bail hearing may be scheduled, only for the Home Office to serve removal directions.  It will be for the legal representative, on instruction from their client in detention, to determine whether or not to withdraw the bail application prior to the hearing. This will depend on a number of factors, including whether or not the person has a travel document in place, and whether there are barriers to their removal.&#x20;

The Immigration Act 2014 introduced a provision requiring any release on bail, granted by an independent immigration judge to someone who has removal directions set for a date within 14 days of the bail hearing, to be approved by the Home Office.  In other words, the government can override a judge’s decision to release on bail if removal directions are scheduled within 14 days. It is however unlikely that a Judge would grant bail with removal directions in place.&#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-out-of-detention/bail-and-removal-directions.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.
