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

# Access Bindplane UI

Create a Bindplane Cloud account at [`app.bindplane.com`](https://app.bindplane.com/login) .

{% hint style="info" %}
**NOTE**

For self-hosted Bindplane, the UI can be accessed with your browser on port `3001`. The URL will be `http://<IP_ADDRESS>:3001`, with IP Address being that of the Bindplane Server. To log in, use the credentials you specified when running the `init` command.
{% endhint %}

<figure><img src="/files/xPkvbb8BeqxE6tPNO66r" alt="Bindplane docs - Access Bindplane UI - image 1"><figcaption></figcaption></figure>

### Overview of the UI

You'll find the following pages once you've accessed the Bindplane UI.

#### Overview

The Overview page summarizes the flow and consumption of your configurations and destinations. It's used to quickly understand your overall throughput for metrics, logs, and traces.

The ability to sort to the "Top Three" will let you see the Configurations and Destinations with the most consumption at a glance.

#### Agents

This is the first stop to view your collectors quickly. From this page, you can navigate to view collector configuration, status, or errors directly by clicking on the collector name. Alternatively, you can see which configuration resources are deployed to these collectors in the "Configuration" column. Quickly narrow your view with the search bar and suggested filters.

#### Fleets

This page gives you a high-level overview of all your fleets. From here, you can navigate directly to a fleet’s details by clicking its name, where you can view its assigned configuration, agent membership, and agent health breakdown. You can also quickly narrow your view using the search bar and suggested filters.

#### Configurations

Here is the entry point to view all your current configurations. From here, you can select a configuration to edit or create a new configuration with the button on the top right.

#### Library

The library page is where you'll find all your reusable resources. Here, any sources, processors, connectors, and destinations that have been saved to the library can be viewed, edited, and deleted.

Now that you've accessed the UI, let's help you install your first collector.


---

# 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 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, and the optional `goal` query parameter:

```
GET https://docs.bindplane.com/readme/access-bindplane-ui.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
