> For the complete documentation index, see [llms.txt](https://personal-development.codeyourfuture.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://personal-development.codeyourfuture.io/volunteer--roles-and-training/who-are-our-trainees/common-challenges-for-trainees-seeking-asylum.md).

# Common challenges for trainees seeking Asylum

## Finances&#x20;

## Bank accounts for U.K. asylum seekers

It isn’t illegal for someone seeking asylum to have a bank account – but it will depend on the stage they are at with their application for asylum.

If the claim for asylum is rejected and all right of appeal has been exhausted then the person will not be ‘legally resident’ in the UK and the position changes.

The Immigration Act 2014 & 2016 prevents banks from offering accounts to ‘disqualified persons’. Under the Act a ‘disqualified person’ is:

(2)A person is within this subsection if he or she—\
(a) is in the United Kingdom, and\
(b) requires leave to enter or remain in the United Kingdom but does not have it.

**This is why we pay for all course related expenses; it is important for our trainees to know that we do have support in place.**

**Further reading:**

<https://www.gov.uk/asylum-support/what-youll-get>

##


---

# 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://personal-development.codeyourfuture.io/volunteer--roles-and-training/who-are-our-trainees/common-challenges-for-trainees-seeking-asylum.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.
