# Help Section

The QApilot application is equipped with a Help section that you can find on the bottom left of the screen.&#x20;

<figure><img src="/files/2yoM141r2kP4p0Uu5hMX" alt=""><figcaption></figcaption></figure>

The help section has the following resources -

1. Demos
2. Terms & Conditions
3. Local Agent
4. Status Page
5. Documentation

### Demos

QApilot has interactive arcade demo videos embedded into the application. These demo videos cover all the basic important features that can help the user to get started with using the product.&#x20;

<figure><img src="/files/yZNozgyKGGBXgWCQ0qMq" alt=""><figcaption></figcaption></figure>

The user can interact with the demos as shown in the above screenshot. The hotspots in the demos accompanied by the annotations give a comprehensive walkthrough of the product to the user. Furthermore, if the user wants to share these demo videos within the team, they can copy the video link and share it across. But note that these are accessible only after logging into QApilot.&#x20;

### Terms and Conditions&#x20;

The comprehensive terms and conditions of QApilot are listed here

### Local Agent

As discussed in this chapter - [Local Agent](/detailed-documentation/setup/qapilot-executor-local-agent.md), this is for the set up of the QApilot Local Executor.&#x20;

### Status Page

The status page redirects the user to <https://status.qapilot.io/> which shows the live status of QApilot's application at all times including any scheduled maintenances and production updates.&#x20;

### Documentation

The documentation section redirects the user to the currrent documentation pages - <https://docs.qapilot.io/> that outlines the product features end to end.&#x20;


---

# Agent Instructions: 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.qapilot.io/help-section.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.
