> For the complete documentation index, see [llms.txt](https://docs.midio.com/midio-docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.midio.com/midio-docs/reference/overview/services.md).

# 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="https://1896308808-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FRdFpuRAnTVYgmlCXLLou%2Fuploads%2FQIgmbzarx6xmtCOFDSqQ%2Fimage.png?alt=media&amp;token=9e83bbb1-49ba-40da-85b8-9aa33e90f85c" 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="https://1896308808-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FRdFpuRAnTVYgmlCXLLou%2Fuploads%2Foqr1mh8nAE3pVy7KW5lK%2Fimage.png?alt=media&amp;token=30bc1f3a-a2b5-42da-904a-c0a848a39aaf" 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="https://1896308808-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FRdFpuRAnTVYgmlCXLLou%2Fuploads%2FiAAezcKk8qrA42scyiqn%2Fimage.png?alt=media&amp;token=727eaccf-9e20-4433-af3c-08536d9c155f" 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="https://1896308808-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FRdFpuRAnTVYgmlCXLLou%2Fuploads%2FtazJPaJ2I8j9ofl1RVV1%2Fimage.png?alt=media&amp;token=5cea6d08-d021-42c0-b155-54bb493fc5c3" 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="https://1896308808-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FRdFpuRAnTVYgmlCXLLou%2Fuploads%2Fnba0AoyHXZxUtNpt4bnI%2Fimage.png?alt=media&amp;token=b9c53ab0-6dd4-4805-a6b6-1a17e16be61b" alt="" width="383"><figcaption></figcaption></figure>
