# Figma

- [Getting Started with Figma](https://docs.coreframework.com/figma/getting-started-with-figma.md): Core Framework now offers seamless integration with Figma, allowing you to efficiently synchronize projects across both the Core Framework web app or WordPress plugin and the Figma plugin!
- [Create and Manage Variables](https://docs.coreframework.com/figma/create-and-manage-variables.md): Learn how to create and manage design variables within Core Framework, and seamlessly sync them to Figma for consistent and dynamic design control across your projects.
- [Editing Elements](https://docs.coreframework.com/figma/editing-elements.md): Editing elements in Figma with Core Framework is straightforward and highly efficient! By utilizing the variables from Core Framework, you can ensure consistent styling across your entire project.


---

# 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.coreframework.com/figma.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.
