# Ostara 101

{% hint style="info" %}
Looking to get started immediately? Check out the [quick-start](https://docs.ostara.dev/getting-started/quick-start "mention") guide!
{% endhint %}

Ostara is a modern tool for managing and monitoring actuator-enabled microservices that aims to make the process more user-friendly and straightforward.&#x20;

One of our main goals with Ostara was to create a tool that just works out of the box, without needing anything besides a functioning Actuator API on the other end. ([why-ostara](https://docs.ostara.dev/getting-started/why-ostara "mention"))

Ostara allows you to gain insights into the performance and health of your microservices by providing real-time monitoring of critical metrics such as CPU and memory usage.

One of the key benefits of Ostara is its simplicity. The tool is designed to be easy to use and requires minimal setup. All you need is a running instance of your microservice with Actuator enabled, and you can start monitoring and managing it with Ostara.

<figure><img src="https://141808391-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FQIUN58YadwFHHtojkuQ5%2Fuploads%2Fd6mc5FxuJ1xop1mkJn9r%2FScreenshot%202023-04-19%20at%2019.58.25.png?alt=media&#x26;token=e866d159-4043-44e4-8e38-8e824c25b59f" alt="Boost Dashboard"><figcaption></figcaption></figure>

{% embed url="<https://youtu.be/5KoHNPjBnUk>" %}


---

# 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.ostara.dev/getting-started/readme.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.
