> For the complete documentation index, see [llms.txt](https://docs.iotify.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.iotify.io/concepts/workspaces/github-integration.md).

# GitHub Integration

You can connect your GitHub account with IoTIFY to create backups for the tests each time you make any changes to them.

To get started, head to your Workspace management console again and head to the `Github` Tab. This is a two-step process first, you will need to install the `IoTIFY Nsim` app on GitHub, and then you need to select the repository where IoTIFY should save your tests.

![](/files/d5lK8HWRDsgVqv1sOG7B)

To get started, click on the `Install Github App` button, this will open a new window, where you will need to sign in to your GitHub account, and then you can install the `IoTIFY Nsim` app. You can choose to install it in all repositories, or only a specific one. After the installation is complete, you will be redirected back to IoTIFY.

![](/files/AUJqN6Pp3ri9WV1YAek6)

Now the button will say `App already installed` and you can move to step two, click on the dropdown menu and you will see a list of repositories that have the app installed. Select the repository where you want to save the tests and click on the `Select` button.&#x20;

![](/files/I9BUaUj8GqWrdcc010n3)

Your GitHub account is now connected and every time you save a test on IoTIFY, it will be saved in the GitHub repository automatically as well.


---

# 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.iotify.io/concepts/workspaces/github-integration.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.
