# Setup guides

- [Subscription](https://docs.cronly.app/setup-guides/managing-your-subscription.md): There's only one plan available.
- [Your account](https://docs.cronly.app/setup-guides/your-account.md)
- [Employees](https://docs.cronly.app/setup-guides/employees.md): Use employees to manage all the users within your organisation, without having to share your credentials.
- [Projects](https://docs.cronly.app/setup-guides/projects.md): Projects inside Cronly are simply a way to group monitors and are a quick filter for you to use. Setting up projects helps you to quickly filter the monitors you currently want to inspect.
- [Triggers](https://docs.cronly.app/setup-guides/triggers.md)
- [Events](https://docs.cronly.app/setup-guides/events.md)
- [Webhooks](https://docs.cronly.app/setup-guides/webhooks.md): Webhooks allow you to actively respond to events, from within your own environment.


---

# 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.cronly.app/setup-guides.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.
