> For the complete documentation index, see [llms.txt](https://docs.bdb.ai/bdb-documentation/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.bdb.ai/bdb-documentation/core-platform/getting-started/homepage.md).

# Homepage

- [Data Catalog Search](https://docs.bdb.ai/bdb-documentation/core-platform/getting-started/homepage/data-catalog-search.md): Data Catalog empowers the data user to have wholistic view of data quickly discover data lineage that can drive towards insightful decisions optimizing their business worth.
- [AI Search](https://docs.bdb.ai/bdb-documentation/core-platform/getting-started/homepage/ai-search.md)
- [Apps Menu](https://docs.bdb.ai/bdb-documentation/core-platform/getting-started/homepage/apps-menu.md): The Apps menu lists all the BDB modules together with the platform core modules for the user to kick start the data analytics journey.
- [Notification](https://docs.bdb.ai/bdb-documentation/core-platform/getting-started/homepage/notification.md)
- [Help Menu](https://docs.bdb.ai/bdb-documentation/core-platform/getting-started/homepage/help-menu.md)
- [User Profile](https://docs.bdb.ai/bdb-documentation/core-platform/getting-started/homepage/user-profile.md)
- [Search Option](https://docs.bdb.ai/bdb-documentation/core-platform/getting-started/homepage/search-option.md): It is the Document Search option provided to search through the homepage documents.
- [Documents Folders](https://docs.bdb.ai/bdb-documentation/core-platform/getting-started/homepage/documents-folders.md)
- [Document Options](https://docs.bdb.ai/bdb-documentation/core-platform/getting-started/homepage/documents-folders/document-options.md)
- [Accessing Document Options](https://docs.bdb.ai/bdb-documentation/core-platform/getting-started/homepage/documents-folders/document-options/accessing-document-options.md): A user can Create a Folder, Link a URL, and Create a Story under the My Documents space.
- [Options Assigned to a Folder](https://docs.bdb.ai/bdb-documentation/core-platform/getting-started/homepage/documents-folders/document-options/options-assigned-to-a-folder.md): The user can create a folder under the My Documents space and access a publicly available folder under the  Public Documents space whereas the Shared folders will be listed under the Shared Documents.
- [Options Assigned to a Linked URL](https://docs.bdb.ai/bdb-documentation/core-platform/getting-started/homepage/documents-folders/document-options/options-assigned-to-a-linked-url.md)
- [Options Assigned to a Story](https://docs.bdb.ai/bdb-documentation/core-platform/getting-started/homepage/documents-folders/document-options/options-assigned-to-a-story.md)
- [Options for a Published Dashboard](https://docs.bdb.ai/bdb-documentation/core-platform/getting-started/homepage/documents-folders/document-options/options-for-a-published-dashboard.md)
- [Sorting Documents](https://docs.bdb.ai/bdb-documentation/core-platform/getting-started/homepage/sorting-documents.md)
- [Filter](https://docs.bdb.ai/bdb-documentation/core-platform/getting-started/homepage/filter.md): The Filter functionality helps to filter the available documents by the selected category.


---

# 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.bdb.ai/bdb-documentation/core-platform/getting-started/homepage.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.
