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

# User Interface and Navigation

A user interacts with QMCLOUD mainly using:

1. Web interface - A user primarily interacts with QMCLOUD using the web interface.&#x20;
2. RESTful API's - The web interface (also referred to as the front end) in turn interacts with the backend system in QMCLOUD using built in API's. A user can also directly interact with the API when there is a need to integrate QMCLOUD with a CI/CD system or tools.


---

# 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.qmcloud.io/user-interface-and-navigation.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.
