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

# Getting started

- [Welcome to Harmony](https://docs.harmony.io/getting-started/welcome.md): Your guide to Harmony's AI-powered IT service management platform
- [Getting Started](https://docs.harmony.io/getting-started/getting-started-with-harmony-dashboard.md): Learn the basics of Harmony Dashboard, including key features, system requirements, and how to access and navigate the platform for the first time.
- [Navigating the Interface](https://docs.harmony.io/getting-started/navigating-the-interface.md): Master the Harmony Dashboard interface with the sidebar, command palette, keyboard shortcuts, and navigation features.
- [Managing Your Profile and Preferences](https://docs.harmony.io/getting-started/managing-your-profile-and-preferences.md): Customize your Harmony Dashboard experience by managing your profile, preferences, theme, and desk visibility.
- [Understanding User Roles and Permissions](https://docs.harmony.io/getting-started/understanding-user-roles-and-permissions.md): Understand the different user roles and permissions in Harmony Dashboard, including platform roles, desk roles, and how they affect feature access.
- [Using Harmony Copilot](https://docs.harmony.io/getting-started/using-harmony-copilot.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, and the optional `goal` query parameter:

```
GET https://docs.harmony.io/getting-started.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.
