# Space Info

The **Space Info** page provides a detailed overview of the selected space, displaying essential details that help you manage and identify it. This section allows you to monitor key attributes of the space, including user access, API key usage, and rule count.

### **Space Details**

This section includes fundamental information about the space:

* **Name** – The assigned name of the space, which can help distinguish it from others.
* **Space ID** – A unique identifier used to reference the space, often needed for API calls and integrations.
* **Number of Users** – Displays the total number of users who have access to the space, helping administrators manage permissions effectively.
* **Number of API Keys** – Indicates how many API keys are associated with the space, ensuring visibility into integration access.
* **Number of Rules** – Shows the total number of rules created within the space, helping track its complexity and usage.

### **Removing a Space**

If a space is no longer needed, you have the option to delete it using the **Remove Space** button. This action **permanently deletes** the space along with all its associated data, including rules and API keys, other users permissions. <mark style="color:red;">Since this process</mark> <mark style="color:red;"></mark><mark style="color:red;">**cannot be undone**</mark><mark style="color:red;">, it should be performed with caution.</mark> Only users with the necessary permissions can remove a space.


---

# 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.decisionrules.io/doc/~/changes/1017/space/space-info.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.
