# Plugins

- [Adobe XD Plugin](https://docs.contentsync.com/plugins/adobe-xd-plugin.md): ContentSync for Adobe XD!
- [Adobe XD - Getting Started](https://docs.contentsync.com/plugins/adobe-xd-plugin/getting-started.md): Get started with ContentSync and Adobe XD!
- [Features](https://docs.contentsync.com/plugins/adobe-xd-plugin/features.md): Features of ContentSync for Adobe XD
- [Push Content](https://docs.contentsync.com/plugins/adobe-xd-plugin/features/push-content.md): Upload a content version from your design to your spreadsheet.
- [Pull Content](https://docs.contentsync.com/plugins/adobe-xd-plugin/features/pull-content.md): Download content from your spreadsheet and apply them to your design.
- [Image Syncing](https://docs.contentsync.com/plugins/adobe-xd-plugin/features/image-syncing.md): Change images per content version!
- [Sketch Plugin](https://docs.contentsync.com/plugins/sketch-plugin.md): ContentSync for Sketch!
- [Sketch - Getting Started](https://docs.contentsync.com/plugins/sketch-plugin/getting-started.md): Get started with ContentSync and Sketch!
- [Features](https://docs.contentsync.com/plugins/sketch-plugin/features.md): Features of ContentSync for Sketch
- [Image Syncing](https://docs.contentsync.com/plugins/sketch-plugin/features/image-syncing.md): Changes images per content version.
- [Symbol Overrides](https://docs.contentsync.com/plugins/sketch-plugin/features/symbol-overrides.md): ContentSync supports syncing to symbol overrides! Library symbols too.
- [Symbol Swapping](https://docs.contentsync.com/plugins/sketch-plugin/features/symbol-swapping.md): A powerful way to create dynamic designs per version.
- [Content Styles](https://docs.contentsync.com/plugins/sketch-plugin/features/content-styles.md): Update text properties too.
- [Multiple Sheets](https://docs.contentsync.com/plugins/sketch-plugin/features/multiple-sheets.md): Organize your content across multiple sheets.
- [Saved Sync Defaults](https://docs.contentsync.com/plugins/sketch-plugin/features/saved-sync-defaults.md)
- [ContentSync.API()](https://docs.contentsync.com/plugins/sketch-plugin/features/sketch-contentsync-api.md): ContentSync can also be used from other Sketch plugins too. Use ContentSync.API() within Sketch plugin code to integrate and extend ContentSync.
- [Troubleshooting](https://docs.contentsync.com/plugins/sketch-plugin/troubleshooting.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://docs.contentsync.com/plugins.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.
