> 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/data-visualization/self-service/storyboard/data-store-information.md).

# Data Store Information

The data store information icon helps the user to manage data stores in a business story. This icon is accessible from the storyboard page. By clicking the Data Store Information icon, a new page opens, and the users get some more options to be used on a data store.

* Navigate to the Storyboard of a story.
* Click the ***Data Store Information*** icon.      &#x20;

![](/files/SrgtngyjgLASUvW5v1J8)

* The selected Data Store(s) for the current story appears with some action icons.&#x20;
* The user can perform the following actions by using the various icons provided for a Data Store:
  * ***Primary Store***: It marks the selected Data Store as a primary Data Store
  * ***Search***: It redirects the users to the BDB Search page for the selected Data Store.
  * ***View Design***: It redirects the users to the Design page for the selected Data Store.
  * Create/Update Instance: It redirects the users to create or update instance for the selected Data Store.
* Click the ***Switch to Data Sources***  icon.  &#x20;

![](/files/3a7B7tX9c88mupUlFuVL)

* A list of the available Data Stores opens for the users to select another data store.

![](/files/Cm2NWDkOxC508kO5ehif)


---

# 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/data-visualization/self-service/storyboard/data-store-information.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.
