# Fork Space

Forking a Space can be useful if you want to build a new demo using another demo as an initial template. Forked Spaces can also be useful if you want to have an individual Upgraded Space for your use with fast inference.

1. To fork a Space, visit [https://lagrange.computer](https://lagrange.computer/) and simply click on "Fork."

<figure><img src="https://lh4.googleusercontent.com/Lqdr7r5ZmEoqP3IeI2efoWMuB_TjZ0bdnxdpCNVCwM5FPgvMaSYOP9SLZgEczYi_JVsJocrcvdjMDH5radJcmH8TUld6FSp6pEkUsgyJdzhjmmCPeQliTDdWNrV-FgL3XToZdrVT0y9T7L2VpzXc8EE" alt=""><figcaption></figcaption></figure>

2. Once forked, you have the option to rename your Space.

<figure><img src="https://lh6.googleusercontent.com/UgRnSc6Lk5gSLwqprHsApqfQL6mrU1pEX1ac58JQz6do3zKa0yoT3_xeKRTaMRK005KRM2oKzuCt6uV9rGeNi2nfLBBvhw8jWg-0A_Vz_ukA_1v4XJgIQpGiVchyZdRh-vRFavhjyOayd0VUvafzyQU" alt=""><figcaption></figcaption></figure>


---

# 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.lagrangedao.org/spaces/fork-space.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.
