# Spaces in High5

Spaces contain and organize your workflows programs (called streams) and its variables and configuration. One space can contain multiple events that are part of a workflow.

All spaces belong to an organization. Right now, one organization can have up to 100 spaces, depending on your license.

[After creating a new space from scratch](/high5/spaces-in-high5/list-create-rename-and-delete-spaces.md), you can browse its properties and start to work with them. Click on a space in the space list to enter it.

A space contains:&#x20;

* Events&#x20;
* Streams connected to events
* A dashboard to monitor your spaces stream executions
* A section to manage HCloud agents which execute your streams
* Webhooks as an interface for incoming HTTP requests
* A Secrets Store to safely store passwords, variables and other secrets
* User Acces Control
* Space Settings


---

# 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.helmut.cloud/high5/spaces-in-high5.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.
