# StatusEntry

## StatusEntry

- [Welcome to StatusEntry](https://docs.statusentry.com/master.md)
- [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.
- [How to use StatusEntry API key pairs to authenticate your request](https://docs.statusentry.com/how-to-use-statusentry-api-key-pairs-to-authenticate-your-request.md)
- [Incident API](https://docs.statusentry.com/incident-api.md): You can list, get, create update and delete incidents using our API.
- [Incident Entry API](https://docs.statusentry.com/incident-entry.md): After you create an incident with an initial entry, you can add/update/delete entries of an existing incident.
- [Maintenance API](https://docs.statusentry.com/maintenance-api.md): You can list, get, create, update, delete maintenances via our API. Maintenances let you inform your customers prior to the change that will/might impact them.


---

# 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, you can query the documentation dynamically by asking a question.
Perform an HTTP GET request on a page URL with the `ask` query parameter:
```
GET https://docs.statusentry.com/master.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.
