# Creating my Branch Architecture on GitHub

I didn’t do a push, so I can see right now that I have only a single branch on GitHub.

<figure><img src="/files/RK6hOAewGpMM3z8ynh3o" alt=""><figcaption></figcaption></figure>

To create a branch test from **Main**, I make sure **Main** is selected and the enter my new branch name.

<figure><img src="/files/6MpowdVVoHJxw32XWVUP" alt=""><figcaption></figcaption></figure>

I’m going to create a branch as if I was doing a bug-fix. I create a branch from **Test** called **bug-fix-readme** and I make a trivial edit so I can track the change.

<figure><img src="/files/a3I34ALsZ4NvSLFUJ2ij" alt=""><figcaption></figcaption></figure>

I commit the change.

If I change to the **Test** or **main** branch, this change will not appear. Check that in your own exercise to verify.


---

# 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://johnoraw.gitbook.io/iac-version-control/github/larger-projects/creating-my-branch-architecture-on-github.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.
