# Change requests

## Welcome to branched content…

Change requests let you create branched content – allowing you to make edits away from your main content branch. The idea is: you create a branch of your main content, make changes to that branch, submit it when you're ready, then you or someone else merges those changes into the main content.

{% hint style="info" %}
**Good to know!**
{% endhint %}

If you've ever used a Git-based workflow, this should feel pretty natural. If not, no worries! You can try creating a change request now. First, if you haven't already, lock this space for live edits.

You'll see an Edit button up top, give it a tap, and you'll be in change request mode! From here, you can make changes without worrying about messing up the main content branch.

When you're ready, Submit the edits, then Merge them using the buttons on the bottom bar, and you'll see your changes reflected in the content!


---

# 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://thietkedyf.gitbook.io/thicongdyf/the-basics/change-requests.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.
