# Explore Data Store and Topic Details

DeltaStream provides multiple ways you can view details about your data stores and the topics they contain. You can:

* View data store metadata
* View details on data streaming in
* Search for specific files

### Viewing Store Metadata

View a range of information about your data stores from the individual data store's details page. To reach that page, navigate to the **Resources** page and click the data store you want. Then click **Details**.

DeltaStream displays details such as the data store status and encryption type; who created the data store and when; and the store URI. In addition, you can:

**View who can access a data store**. To do this, scroll down to the **RBAC** row, and on the right click **Show**. DeltaStream displays the store owner and access permissions.

<figure><img src="/files/Ch4xNxQWQuxi18zmtVEo" alt="" width="563"><figcaption></figcaption></figure>

**View the history of actions on a data store**. To do this, scroll down to the **Audit Log** row. To see all actions from the moment of store creation, click **Show**. To view a time-based subset of these actions, click the **From beginning** down arrow, select the time interval you want, and then click **Show**.

<figure><img src="/files/Qg1zJ3ihuzTGicwHi0uu" alt="" width="563"><figcaption></figcaption></figure>

### Viewing details on the data streaming in:

To display the unformatted events in list form, click ![](https://lh7-rt.googleusercontent.com/docsz/AD_4nXeByihgOSYbWdhavWoPiExEH0UD2enGQ0T8pg7_X4dkYLrc3n7fuzr0dVFIqUX5KODloVceUcy7sHt8fzppTzrAZ35gZKsVMx2KcG5BPThWyWdjWGVN6kGeEADK3-d1nWqgHlkpDxBhHdbs_GXu2V3ITE_7?key=UefObijvgyeIVbiCnQQu0w).

<figure><img src="/files/g6KBUGLij5VNxiZahOg4" alt="" width="375"><figcaption></figcaption></figure>

To display the code in an event, click the desired event in the list.<br>

<figure><img src="/files/xojt2tiXkP2Ohf1XXaio" alt="" width="375"><figcaption></figcaption></figure>

### Searching for Specific Files

To search for files within a specific time window, click ![](/files/VUny44NrkYQp8vGSjS8J). When the **time search** box opens, enter the desired parameters.

<figure><img src="/files/NZ2BrB3kSvKcQLLQPPGr" alt="" width="375"><figcaption></figcaption></figure>


---

# 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.deltastream.io/how-do-i.../create-and-manage-data-stores/explore-data-store-and-topic-details.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.
