# Tools

- [General Apps](https://community.threekit.com/tools/general-apps.md): This is a set of web applications that help to fill in gaps with the standard platform functionality. They can be added and used within your projects as needed.
- [Republish Items](https://community.threekit.com/tools/general-apps/republish-items.md): Republish the catalog items or publish them all with a single click, avoiding going through them page by page using the platform UI.
- [Apply Metadata Pattern](https://community.threekit.com/tools/general-apps/apply-metadata-pattern.md): Automatically apply custom metadata to uploaded assets, with a given pattern based on the file names.
- [Render to vrscene](https://community.threekit.com/tools/general-apps/render-to-vrscene.md): Retrieve the vrscene output for a given Vray render.
- [Filter Saved Configurations](https://community.threekit.com/tools/general-apps/filter-saved-configurations.md): Search and filter through the Saved Configurations page, with a statistics summary and spreadsheet output.
- [Performance Dashboard](https://community.threekit.com/tools/general-apps/performance-dashboard.md): Test embedded Threekit players for performance issues and metrics.
- [Asset History](https://community.threekit.com/tools/general-apps/asset-history.md): View a History of changes to a given asset, and restore to a previous commit.


---

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