> For the complete documentation index, see [llms.txt](https://docs.reportandrun.com/manual/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.reportandrun.com/manual/faq/c150/c152/q447.md).

# How do I create an additional space in Report and Run: Cloud?

With Report and Run: Cloud, your space is tied to your subscription, so each subscription has just one workspace. However, you can customize reports to show different company logos, names, and other details by using folders.&#x20;

1. Create a [new folder](/manual/readme/content/folders/create-a-folder.md)
2. [Set a different logo](/manual/readme/branding/set-multiple-logos.md) for the folder
3. Adjust the [folder properties](/manual/readme/content/folders/set-folder-properties.md) so reports show a different company name, contact details, etc.

When you generate a report from the folder, all of the settings you applied will appear on the published reports.

## Related

* [Article: How to create a folder in Report and Run: Cloud](/manual/readme/content/folders/create-a-folder.md)
* [Article: How to set multiple logos in Report and Run: Cloud](/manual/readme/branding/set-multiple-logos.md)
* [Article: How to set folder properties in Report and Run: Cloud](/manual/readme/content/folders/set-folder-properties.md)
* [FAQ: How do I create, manage, and rename workspaces (spaces) in the app?](/manual/faq/c150/c152/q439.md)
* [FAQ: How do I get started with a cloud account?](/manual/faq/c142/c144/q394.md)


---

# 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.reportandrun.com/manual/faq/c150/c152/q447.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.
