> For the complete documentation index, see [llms.txt](https://docs.mydukaan.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.mydukaan.io/making-your-first-edit.md).

# Making your first edit

Before we dive deep into folder structure, customizing components, functions and all, let's just try to make a simple change to see how it looks like.

This is how the **"Code Editor"** page looks like. Please ensure you are on this page before we proceed further.\
![](/files/zNf7ly1rEIuRvgO7Q3Bd)

### &#x20;✍️ Objective - To add the text "My custom theme" to the top of the page

1. In the left hand side, click on the file "layout.html"\
   ![](/files/4FzHSJOQORaa4i1yuNYu)\
   This is how it would look like

2. Now in the layout.html file, just inside the `<body>` tag, below it add the code `<p>My custom theme</p>`\
   ![](/files/msBcHXXbv1JyTiykoV7p)

3. Once you have added the text, click on "**Save & Preview store"** button

4. Now your changes would be deployed to a preview site which is different from your main store website&#x20;

5. Your preview store link would be `.sh/<store-link>` \
   (Note - It's not yet deployed to your original store link, which is `mydukaan.io/<store-link>`)

   ![](/files/rx68DHwhRNfDKHVdi169)

6. The mobile preview is visible within the code editor itself.

   ![](/files/QT3JxHZ46EpfCJPYLv7E)

7. If you can see, the text "My custom theme" is now visible on both mobile screen as well as desktop site. Awesome, you just edited your theme!

8. We can also make the text bold by changing the HTML to this. \
   `<p><b>My custom theme</b></p>`\
   Similarly, you can continue playing around with&#x20;


---

# 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.mydukaan.io/making-your-first-edit.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.
