> For the complete documentation index, see [llms.txt](https://docs.contentsync.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.contentsync.com/plugins.md).

# 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
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 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, and the optional `goal` query parameter:

```
GET https://docs.contentsync.com/plugins.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
