# Get Started fast! (Zeus-IDE)

The Zeus IDE allows new developers to get up and running in mere minutes! It is based on [Gitpod](https://gitpod.io/), a cloud-based tool for creating IDEs from git repos backed by Docker containers. All a you need to do is log in to Gitpod with your GitHub account and establish a new workspace based on the LiquidApps [Zeus IDE GitHub repo](https://github.com/liquidapps-io/zeus-ide).

Behind the scenes, Gitpod executes the following:

* Automatically installs the Docker image, which already contains EOSIO, Zeus and many other tools
* Starts an EOSIO development node
* Generates a basic starting point for a project (using the Zeus SDK)

[Click here to try it!](https://gitpod.io/#https://github.com/liquidapps-io/zeus-ide)


---

# 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://docs.liquidapps.io/liquidapps-documentation/working-with-zeus-sdk/overview/zeus-ide-gitpod.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.
