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

# Overview

- [Platform Overview](https://docs.bipeye.com/product-docs/overview/platform-overview.md)
- [Main Features](https://docs.bipeye.com/product-docs/overview/main-features.md)
- [Credentials](https://docs.bipeye.com/product-docs/overview/credentials.md): Credentials allow BI.P.EYE to securely connect to your data sources. Create and manage connection details for databases, APIs, and external services. Credentials are used by pipelines, datasets, and c
- [Databases](https://docs.bipeye.com/product-docs/overview/credentials/databases.md): Collecting data from a database requires a quick setup, enabling you to easily begin analyzing data.
- [PostgresSQL](https://docs.bipeye.com/product-docs/overview/credentials/databases/postgressql.md): This guide will explain how to create a user with read-only permissions, connect to the database and start generating SQL Queries using our AI chatbot.
- [Create a read-only user in PostgreSQL](https://docs.bipeye.com/product-docs/overview/credentials/databases/postgressql/create-a-read-only-user-in-postgresql.md)
- [Dashboards](https://docs.bipeye.com/product-docs/overview/dashboards.md)
- [Types of Charts](https://docs.bipeye.com/product-docs/overview/dashboards/types-of-charts.md)
- [Bar](https://docs.bipeye.com/product-docs/overview/dashboards/types-of-charts/bar.md)
- [Horizontal](https://docs.bipeye.com/product-docs/overview/dashboards/types-of-charts/horizontal.md): The bar chart is a useful tool for comparing multiple items. It typically shows categories or items along the Y-axis and their corresponding values on the X-axis.
- [Doughnut](https://docs.bipeye.com/product-docs/overview/dashboards/types-of-charts/doughnut.md)
- [Pie](https://docs.bipeye.com/product-docs/overview/dashboards/types-of-charts/pie.md)
- [Line](https://docs.bipeye.com/product-docs/overview/dashboards/types-of-charts/line.md)
- [Table](https://docs.bipeye.com/product-docs/overview/dashboards/types-of-charts/table.md)
- [Scorecard](https://docs.bipeye.com/product-docs/overview/dashboards/types-of-charts/scorecard.md)
- [World Heat Map](https://docs.bipeye.com/product-docs/overview/dashboards/types-of-charts/world-heat-map.md)
- [Google Maps](https://docs.bipeye.com/product-docs/overview/dashboards/types-of-charts/google-maps.md)
- [Stacked Bar](https://docs.bipeye.com/product-docs/overview/dashboards/types-of-charts/stacked-bar.md)
- [Title](https://docs.bipeye.com/product-docs/overview/dashboards/types-of-charts/title.md)
- [Embed Dashboards](https://docs.bipeye.com/product-docs/overview/embed-dashboards.md)
- [Embed dashboards - restriced data per API KEY](https://docs.bipeye.com/product-docs/overview/embed-dashboards/embed-dashboards-restriced-data-per-api-key.md)
- [Filters](https://docs.bipeye.com/product-docs/overview/filters.md)
- [Dashboard Filters](https://docs.bipeye.com/product-docs/overview/filters/dashboard-filters.md)
- [Override Parameters](https://docs.bipeye.com/product-docs/overview/filters/override-parameters.md)
- [Built in functions](https://docs.bipeye.com/product-docs/overview/filters/built-in-functions.md): We have created a set of built-in functions to allow more options to be used in filters
- [OpenAPI](https://docs.bipeye.com/product-docs/overview/openapi.md)
- [Overview](https://docs.bipeye.com/product-docs/overview/openapi/overview.md)
- [Authentication](https://docs.bipeye.com/product-docs/overview/openapi/authentication.md)
- [Rate Limits](https://docs.bipeye.com/product-docs/overview/openapi/rate-limits.md)
- [BI.P.EYE API](https://docs.bipeye.com/product-docs/overview/openapi/bi.p.eye-api.md)
- [Models](https://docs.bipeye.com/product-docs/overview/openapi/models.md)


---

# 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.bipeye.com/product-docs/overview.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.
