> For the complete documentation index, see [llms.txt](https://docs.codeyourfuture.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.codeyourfuture.io/archive/archived-pages/agreements-and-rules.md).

# Agreements & Policies

- [Naming Accounts Consistently](https://docs.codeyourfuture.io/archive/archived-pages/agreements-and-rules/naming-accounts-consistently.md): Use the same name everywhere in your work with CYF.
- [House Rules](https://docs.codeyourfuture.io/archive/archived-pages/agreements-and-rules/house-rules.md)
- [Trainee Forms](https://docs.codeyourfuture.io/archive/archived-pages/agreements-and-rules/student-agreement.md)
- [Personal Circumstances Forms](https://docs.codeyourfuture.io/archive/archived-pages/agreements-and-rules/student-agreement/personal-circumstances-forms.md): This form is only for trainees enrolled in the CYF Programme.
- [Course Withdrawal Request](https://docs.codeyourfuture.io/archive/archived-pages/agreements-and-rules/student-agreement/course-withdrawal-request.md)
- [Leave of Absence Request](https://docs.codeyourfuture.io/archive/archived-pages/agreements-and-rules/student-agreement/leave-of-absence-request.md)
- [Learner Agreement](https://docs.codeyourfuture.io/archive/archived-pages/agreements-and-rules/student-agreement/learner-agreement.md): This learner agreement is for people participating in the Code Your Future Intro to Programming course as Learners.
- [Trainee Pregnancy Policy](https://docs.codeyourfuture.io/archive/archived-pages/agreements-and-rules/trainee-pregnancy-policy.md)
- [Volunteer Expenses](https://docs.codeyourfuture.io/archive/archived-pages/agreements-and-rules/volunteer-expenses.md)


---

# 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:

```
GET https://docs.codeyourfuture.io/archive/archived-pages/agreements-and-rules.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
