# 1️⃣ Creating a custom theme

We'll start our journey to Frontity mastery by setting Frontity up from the command line.

We will then create a theme package and go on to take our first baby steps in customising our new theme and accessing Frontity's 'state'. 👶

{% hint style="info" %}
☝️ Remember this step-by-step tutorial is progressive and each lesson builds on what was learned before. You should therefore work through the tutorial in the order in which it is presented.
{% endhint %}


---

# 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://tutorial.frontity.org/part1-creating-a-custom-theme.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.
