> For the complete documentation index, see [llms.txt](https://docs.decisionrules.io/doc/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.decisionrules.io/doc/~/changes/1017/space/space-info.md).

# 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
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.decisionrules.io/doc/~/changes/1017/space/space-info.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
