# Services

The **Services** panel displays a list of all the active services in the project, like the **Http server**, **Testing** or the **Scheduler**, and various info about their state. It can also be used to perform certain actions on services that accept them, like running tests in the **Test service**.

<figure><img src="/files/QIYSBHpz47TZGimoy1BQ" alt="" width="375"><figcaption></figcaption></figure>

## Http server

The **Http Server**  service keeps track of all the endpoints you've added to your app. You can click the various items to jump to the [`Http Endpoint`](/midio-docs/built-in-nodes/http.md#endpoint)node that defined it.

<figure><img src="/files/MgjhR8x1MABqJmnRVm0w" alt="" width="372"><figcaption></figcaption></figure>

## Testing

The [**Testing** **service**](/midio-docs/built-in-nodes/core-std.md#testing) lists all [**Std Tests**](/midio-docs/built-in-nodes/core-std.md#test) you've added to your app, and lets you run them, either one by one, or all at the same time.

<figure><img src="/files/fPJL94tMHPU3nSsTe5lM" alt="" width="372"><figcaption></figcaption></figure>

## Ephemeral Data

The [ephemeral data](/midio-docs/built-in-nodes/core-std.md#data) service shows the current data in your store as well as the number of listeners (aka [`Std OnData`](/midio-docs/built-in-nodes/core-std.md#ondata) events you've added to your app.

<figure><img src="/files/XJDAk3ogdQTjPSnUUzpX" alt="" width="377"><figcaption></figcaption></figure>

## Scheduling

The [**scheduling service**](/midio-docs/built-in-nodes/core-std.md#scheduling) shows the number of active timers in your app, defined by [`Std Schedule`](/midio-docs/built-in-nodes/core-std.md#schedule)  and [`Std SchduleFromCronExpression`](/midio-docs/built-in-nodes/core-std.md#schedulefromcronexpression) .

<figure><img src="/files/HdQm6bit4ee4vGQMaFo5" alt="" width="383"><figcaption></figcaption></figure>


---

# 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.midio.com/midio-docs/reference/overview/services.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.
