# Getting Started

**Welcome to the WP Rig Toolkit documentation!**

WP Rig Toolkit is an independent project based on [WP Rig](https://wprig.io/), a modern framework for developing WordPress themes. Based on the experience and principles of WP Rig, WP Rig Toolkit expands upon it by adding many new features and introducing a development methodology for all team members to encourage them to work together and develop truly high-quality, contemporary products using common standards.

<table data-card-size="large" data-view="cards" data-full-width="false"><thead><tr><th></th><th></th><th></th></tr></thead><tbody><tr><td>✅ WP Rig Toolkit is suitable **for both beginner** WordPress developers **and experienced professionals** who want to develop websites more efficiently.</td><td></td><td></td></tr><tr><td>✅ It is suitable **for both individual developers** working on their own **and for teams** working collaboratively on a project.</td><td></td><td></td></tr></tbody></table>

### Are you not familiar with WP Rig yet?

{% embed url="<https://wprig.io/course/wprig_en_v2/>" %}
WP Rig Official Video Learning Course
{% endembed %}

### What you should know about WP Rig Toolkit

📌 \*\*A brief overview of the structure of WP Rig Toolkit\*\*

[WP Rig Toolkit Structure](https://www.notion.so/WP-Rig-Toolkit-Structure-1bc942a3dc964f37853e65db83cc1561?pvs=21)

[File System Structure](https://www.notion.so/File-System-Structure-598310321a43439d98bba9e0aa9c5887?pvs=21)

[Functions.php](https://www.notion.so/Functions-php-38b8875675fe425f8158bfee271a2066?pvs=21)

[Components](https://www.notion.so/Components-dd3d2e42a51746edbfc1a05443fda046?pvs=21)

📌 \*\*Learn more about how WP Rig Toolkit performs and automates tasks with assets\*\*

[Assets Optimization](https://www.notion.so/Assets-Optimization-c36f21b1303c4986bae13c2760f2f44a?pvs=21)

[Spacing System](https://www.notion.so/Spacing-System-ded8127af3604b45bed86392a1634dcd?pvs=21)

[SVG Sprites](https://www.notion.so/SVG-Sprites-92ee5384a29d438da8618a810d9b0f63?pvs=21)

[CSS Utilities](https://www.notion.so/CSS-Utilities-815a99572af44067b4e98b9d9f2162f7?pvs=21)

📌 \*\*Ways to optimize the speed of your site\*\*

[Speed Optimization](https://www.notion.so/Speed-Optimization-5cfbb8f94f874e53abe88a637c1946f1?pvs=21)

[Fonts](https://www.notion.so/Fonts-e11b84115c064b4c88e70ea34798a66f?pvs=21)

[Analytics](https://www.notion.so/Analytics-bff4c955219249bbb86b76a261ee85c7?pvs=21)

📌 \*\*Tips and tricks for optimizing your site for SEO\*\*

[SEO](https://www.notion.so/SEO-8d6ffc39cb6e41b3ad73670c21d8a4d7?pvs=21)

[Heading Structure](https://www.notion.so/Heading-Structure-140b51feb14d43599ebd99f097075d85?pvs=21)

📌 \*\*Various helpful tips for development\*\*

[Useful Tips](https://www.notion.so/Useful-Tips-3c4bc4d067764eca8e500518552c73f1?pvs=21)

[Comments Standards](https://www.notion.so/Comments-Standards-35432379d93f4f01b9d8662491033640?pvs=21)

[Best Plugins](https://www.notion.so/Best-Plugins-3a985ebdaf23459c946765619ec52069?pvs=21)

[Terminal Commands](https://www.notion.so/Terminal-Commands-2c4b1e35db0c4224bea0faaadae56e95?pvs=21)

## Why should you use WP Rig Toolkit?


---

# 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.wprig.org/getting-started.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.
