# 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="https://1405008107-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FgmiOMzBfoNFwmKJFHMcJ%2Fuploads%2Fgit-blob-b6716a458ef556e5fbe3795bb9d5cb9860b6e0f0%2Fgetting-started-with-bindplane-access-bindplane-ui-image-1.webp?alt=media" 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: 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.bindplane.com/readme/access-bindplane-ui.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.
