# Queries

Queries are used to perform a search for a specific piece of information, and the result of the query will return that piece of information to be stored in an attribute, or to be used by a rule action (such as **set material** or **set property**)

There are currently four different types of Queries available in the UI:

* [**Node Queries**](/platform-documentation/project-data/logic/queries/node-queries.md) - used to provide a list of nodes matching the search criteria for partial name or node-tags
* [**Metadata Value Queries**](/platform-documentation/project-data/logic/queries/metadata-value-query.md) - used to fetch the value of a given metadata key, on either the parent Item or the items passed through an attribute, or on the current asset
* [**Asset Queries**](/platform-documentation/project-data/logic/queries/asset-query.md) - used to fetch the most recent asset matching the given metadata key-value pairs. They show up as **Metadata Query** in the platform UI.
* [**Datatable Queries**](/platform-documentation/project-data/logic/queries/datatable-query.md) - used to fetch specific data entries from a given Data Table


---

# 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://community.threekit.com/platform-documentation/project-data/logic/queries.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.
