# Create Space

1\. Visit [https://lagrange.computer](https://lagrange.computer/) and connect your MetaMask

2\. Once logged in, click on the “Create new Space” button on the Space main page.

<figure><img src="/files/VGcpWyL5ENCXeeVdCY2q" alt=""><figcaption></figcaption></figure>

3\. Enter a name for your Space and select a License. Your Space’s URL will be automatically generated based on the name.

4\. Select the SDK you want to use for your Space (Docker, Streamlit, Static).

5\. Set your Space’s visibility to either public or private.

<figure><img src="/files/ODgxfG5ClbHFYS6XBdlW" 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/create-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.
