# Viewing Active Servers

Once you have logged in, you will have visibility of all of the Composable Agentic Platform servers defined within the console. You can see the status of each server by expanding the **Servers** section of the administration tree as shown below.

<figure><img src="/files/4lR0SXwwBacaeYFHvOlE" alt=""><figcaption><p>Servers folder</p></figcaption></figure>

Servers with a green tick in front of them are recognized as being online and available. Servers with a red exclamation mark are offline and unavailable. To see the status of an individual server, click on the icon in front of it. An example of a server’s status is shown below.

<figure><img src="/files/iRt1Wxtn99E0KGYy2B58" alt=""><figcaption><p>server's status example</p></figcaption></figure>

## Filtering servers

If you have a lot of servers, you can filter them by host name, port number or description.

<figure><img src="/files/i9ILoM0rLEHeH0IiCE15" alt=""><figcaption><p>Server filtering</p></figcaption></figure>

The filter stays in place, not just for the active servers but also filters the list of servers accessible for deployment.


---

# 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.tomorrowx.com/cap/product-reference/getting-started/viewing-active-servers.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.
