# Environment Support

In order to differentiate between various deployment environments on Zipy, we recommend you to setup multiple Zipy projects to track your dev, pre-prod, and prod environments separately, without interfering with each other. However, creation of multiple projects is not currently available from the UI and we enable that from the backend manually.\
\
If you want to go ahead with this solution, please reach out to our support team via chat/email/Freshdesk with the name of the new project you want us to create and the email ids of users who need access to the new project. We'll create it from our side and let you know. Once multiple projects are set up, you'd be able to switch between them from the header of the Zipy app.


---

# 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.zipy.ai/faqs/environment-support.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.
