> For the complete documentation index, see [llms.txt](https://chainide.gitbook.io/chainide-english-1/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://chainide.gitbook.io/chainide-english-1/chainide-loading-your-work.md).

# 3. ChainIDE - Loading Your Work

#### Loading to ChainIDE

ChainIDE allows you to load your work from Github as well as from local storage. To load your work, select the following menu options. First of all, go to the homepage of ChainIDE, click try now, and you can access the public blockchains that ChainIDE supports.

![1. ChainIDE Homepage ](/files/-MkAJ9VLCNmrNO9hPALK)

Once you click on "Try Now" it will redirect you to create "New Projects", there you can access documentation of ChainIDE and can join the ChainIDE forum for discussion, where the ChainIDE team discusses different topics in blockchain according to the need of their users.

![2. Create New Project Window in ChainIDE](/files/-MkAJEkEGEB-ijrf31wM)

Now, you can import your project to your desired blockchain. On the left side, 05 supported blockchains are listed, you can choose any of them for which you want to import your project.

![3. Import Project Window in ChainIDE](/files/-MkAJIoNM0xbaL459kVl)

Once you click on "Import Project", there are two options further that either you want to import from local storage or from Github. If you want to import from local storage such as computer, USB, etc., you need to choose "Upload Project" and you can simply drop your project to the below-highlighted area.

![4. Upload Project Window in ChainIDE ](/files/-MkAJMXmdt-VHgvP-sp8)

If you want to import your project from Github, click on "Clone from Github" and paste the link to the Github repository, the one you want to import and use in ChainIDE. The method to get the link for the Github repository is shown in Fig. 06.  You need to go to Github, choose the repository you want to import in ChainIDE, click on "Code", and copy the HTTPS link.

![5. Upload You Work from Github or Local Storage in ChainIDE ](/files/-MkAJQ_Rp9GsazaxZh92)

![6. How to Get the Link for the Github Repository](/files/-MkAJX62rlwYCBhsdjmT)


---

# 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://chainide.gitbook.io/chainide-english-1/chainide-loading-your-work.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.
