# Logic

- [Conditions](https://community.threekit.com/platform-documentation/project-data/logic/conditions.md)
- [Actions](https://community.threekit.com/platform-documentation/project-data/logic/actions.md)
- [Queries](https://community.threekit.com/platform-documentation/project-data/logic/queries.md)
- [Node Queries](https://community.threekit.com/platform-documentation/project-data/logic/queries/node-queries.md)
- [Metadata Value Query](https://community.threekit.com/platform-documentation/project-data/logic/queries/metadata-value-query.md): This type of query allows users to fetch metadata values stored on items or assets.
- [Asset Query](https://community.threekit.com/platform-documentation/project-data/logic/queries/asset-query.md): Query and fetch the most recent asset matching the given metadata key-value pairs
- [Datatable Query](https://community.threekit.com/platform-documentation/project-data/logic/queries/datatable-query.md): Query and fetch specific data entries from a given Data Table
- [Custom Scripts](https://community.threekit.com/platform-documentation/project-data/logic/custom-scripts.md)
- [Plugins](https://community.threekit.com/platform-documentation/project-data/logic/plugins.md)


---

# 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.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.
