# Search

Searching for DataObject within the Databrain editor is quite simple. <br>

1. Use the <mark style="background-color:orange;">CTRL + Space</mark> shortcut to quickly focus the search bar on top.
2. You can search for:

* Data type
* Title
* Guid
* Tags

## Tags

You can assign tags to each data object. Tags are defined in the settings module.

1. Go to the settings

<div align="left"><figure><img src="/files/AyS3GEG8fG71w6qnGUp6" alt=""><figcaption></figcaption></figure></div>

2. Create new tags
3. Select a data object and assign tags.

<div align="left"><figure><img src="/files/k24WQ9N0XWUFjkIAe2F1" alt=""><figcaption></figcaption></figure></div>

4. To search for tags, type <mark style="background-color:orange;">t:</mark> in the search bar and the each tag separated with space.\
   For example: "**t:enemy ai npc**" -> this will search for the tags enemy, ai and npc.

<div align="left"><figure><img src="/files/uLbHWpZzGKG86ygEOOGZ" alt=""><figcaption></figcaption></figure></div>


---

# 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://giantgrey.gitbook.io/databrain/guides/search.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.
