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

# Getting Started

- [Installation](https://learn.mondayhero.io/v1-mac-app/getting-started/install-app-and-plugin.md): Install Monday Hero and enjoy saving time, improve handoff quality, and meet deadlines.
- [Login & Create a Project](https://learn.mondayhero.io/v1-mac-app/getting-started/login-create-project-in-monday-hero.md): Log in to Monday Hero. Create an iOS / Android project.
- [Roles & Manage the Project Team](https://learn.mondayhero.io/v1-mac-app/getting-started/manage-team-developer-designer-role.md): Manage the developers, designers, and import work on Adobe XD/Sketch design to one place.
- [Prepare Design To Get Best Results](https://learn.mondayhero.io/v1-mac-app/getting-started/design-handoff-to-ios-android-developer.md): You can use this guide and check whether your Adobe XD / Sketch design file is ready to handoff to the developer on Monday Hero.
- [Import Design File Into Monday Hero](https://learn.mondayhero.io/v1-mac-app/getting-started/import-sketch-adobe-xd-design-into-monday-hero.md): Import design file to convert the Adobe XD / Sketch design to iOS/Android code.


---

# 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://learn.mondayhero.io/v1-mac-app/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.
