> For the complete documentation index, see [llms.txt](https://interfacing.gitbook.io/interfacing-help-files/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://interfacing.gitbook.io/interfacing-help-files/end-users/training-application-users/request-to-take-training.md).

# Request to Take Training

Request enrollment in a training.

## Workflow Overview

<i class="fa-location-dot">:location-dot:</i>  **Current Task:** Request to Take Training

<i class="fa-user">:user:</i>  **Performed By:** Trainee (e.g., Employee, Manager, Contractor)

<p align="center"><kbd><strong>IMAGE</strong></kbd></p>

***

## Completing the Form

Use the **Request to Take a Training** form to request approval to attend a training program.

<p align="center"><kbd><strong>IMAGE</strong></kbd></p>

{% hint style="success" %}
For guidance on common form features and functions, see [**Working with Forms**](/interfacing-help-files/end-users/exploring-apps/working-with-forms.md).
{% endhint %}

***

{% stepper %}
{% step %}

### Provide Training Details

Provide high-level details about the training you are requesting to take.

* **Training Name:** Enter the name or title of the training you wish to attend.
* **Cost:** Enter the estimated cost associated with attending the training, if applicable.
* **Training Location:** Enter the location where the training will take place.
* **Manager:** Select the manager or approver responsible for reviewing this request.
* **Objective / Purpose:** Explain the purpose of the training and how it supports your role, responsibilities, or professional development.
* **Description:** Provide additional details about the training, including content, format, or other relevant information to support your request.

***

{% endstep %}

{% step %}

### Submit Request

Click **Submit** to enter the request into the **Training Request** workflow, routing it to the designated manager for [evaluation](/interfacing-help-files/learning-and-development/managing-trainings-apps/requesting-and-participating-in-trainings/review-training-request.md).

***

{% endstep %}
{% endstepper %}

***

## See Also

<table data-view="cards"><thead><tr><th></th><th></th><th data-hidden data-card-target data-type="content-ref"></th><th data-hidden data-card-cover data-type="image">Cover image</th></tr></thead><tbody><tr><td><strong>My Trainings</strong></td><td>View and manage trainings assigned to you as a participant.</td><td><a href="/interfacing-help-files/end-users/training-application-users/my-trainings.md">My Trainings</a></td><td><a href="https://1488562728-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FTx7AmE0d2Q4ja20EYjF5%2Fuploads%2FTsmotAZODl73B2FqBLdd%2FIMS-V16-NAV-Library-Icons-145.png?alt=media&amp;token=8902fbf9-e9d2-4e2a-8c47-1d6c202f8619">IMS-V16-NAV-Library-Icons-145.png</a></td></tr></tbody></table>


---

# 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://interfacing.gitbook.io/interfacing-help-files/end-users/training-application-users/request-to-take-training.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.
