# Palette&#x20;

## Palette Docs

- [Palette API & No-code Tools](https://docs.palette.fm/palette-api-and-no-code-tools.md): Integrate Palette with your favorite apps or use our API to build your own tools
- [Key features](https://docs.palette.fm/introduction/key-features.md): Seamlessly incorporate Palette's colorization engine into your app or workflow
- [The AI colorization engine](https://docs.palette.fm/introduction/the-ai-colorization-engine.md): Palette introduces a new generation in AI colorization technology
- [Subscription plans](https://docs.palette.fm/image-processing/subscription-plans.md): An overview of your different options
- [Bulk Processing with Google Colab and Google Drive](https://docs.palette.fm/image-processing/bulk-processing-with-google-colab-and-google-drive.md)
- [API Demo Usage with Google Colab](https://docs.palette.fm/image-processing/api-demo-usage-with-google-colab.md)
- [Image python snippets](https://docs.palette.fm/image-processing/image-python-snippets.md): Snippets to get up and running
- [Settings visualized](https://docs.palette.fm/image-processing/settings-visualized.md): Visulize the settings for the main parameters
- [Subscription plans](https://docs.palette.fm/video-processing/subscription-plans.md): An overview of your different options
- [Video Colorization with Google Colab](https://docs.palette.fm/video-processing/video-colorization-with-google-colab.md)
- [Video python snippets](https://docs.palette.fm/video-processing/video-python-snippets.md): Get up to speed with the video API
- [API reference](https://docs.palette.fm/extra-resources/api-reference.md)
- [Colorize image with reference image](https://docs.palette.fm/extra-resources/api-reference/colorize-image-with-reference-image.md)
- [Colorize image with auto prompt](https://docs.palette.fm/extra-resources/api-reference/colorize-image-with-auto-prompt.md)
- [Colorize image with auto prompt base64](https://docs.palette.fm/extra-resources/api-reference/colorize-image-with-auto-prompt-base64.md)
- [Colorize video frame with prompt](https://docs.palette.fm/extra-resources/api-reference/colorize-video-frame-with-prompt.md)
- [Colorize video frame with reference image](https://docs.palette.fm/extra-resources/api-reference/colorize-video-frame-with-reference-image.md)
- [Generate video frame prompt](https://docs.palette.fm/extra-resources/api-reference/generate-video-frame-prompt.md)
- [Generate image prompt](https://docs.palette.fm/extra-resources/api-reference/generate-image-prompt.md)
- [Other resources](https://docs.palette.fm/extra-resources/other-resources.md)


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information, you can query the documentation dynamically by asking a question.
Perform an HTTP GET request on a page URL with the `ask` query parameter:
```
GET https://docs.palette.fm/palette-api-and-no-code-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.
