# Working with data stores

The data from the datasource that is to be displayed on the UI is fetched and manipulated using the data store component.

In the page tree, the data store component is created under the page component. Adding a data store component to a page creates a store instance for the given datasource. You can also create a store instance explicitly for a component, by providing the datasource details at the respective component level.


---

# 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.cloudio.io/creating-pages/working-with-pages/working-data-stores.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.
