# Getting Started

- [Incidents](https://docs.statusentry.com/getting-started/incidents.md): When there is a problem with your product or service that you would like to communicate with your users, you can create incidents.
- [Maintenances](https://docs.statusentry.com/getting-started/maintenances.md)
- [Services](https://docs.statusentry.com/getting-started/services.md)
- [Public Status Page Customization](https://docs.statusentry.com/getting-started/customize.md): Since branding is important for companies, we enable customization on the product. You can customize in the product under the "Customize" section.
- [User Management](https://docs.statusentry.com/getting-started/user-management.md)
- [Subscribers](https://docs.statusentry.com/getting-started/subscribers.md)
- [Custom Domain](https://docs.statusentry.com/getting-started/custom-domain.md): You can define custom domain in StatusEntry so that your customers can use your own domain to access your public status page.
- [Integrations](https://docs.statusentry.com/getting-started/integrations.md): StatusEntry aims to provide you with in-house communication in more places by offering different integration channels.
- [Badge](https://docs.statusentry.com/getting-started/badge.md)
- [API Key Management](https://docs.statusentry.com/getting-started/api-key-management.md): You can manage your API keys to send http requests programmatically over our API. You can see our API documentation to interact with relevant resources.
- [Subscription Plans](https://docs.statusentry.com/getting-started/plans.md): StatusEntry offers 4 different plans for our customers of all sizes and in all markets. Please choose the plan that suits you best.


---

# 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.statusentry.com/getting-started.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.
