> For the complete documentation index, see [llms.txt](https://docs.sola.security/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.sola.security/workspace/workspace-home.md).

# Workspace Home

A Sola workspace is a collaborative studio environment that lets you create and share custom security projects. It is a virtual space for all [projects](/workspace/projects.md) you are a member in and can join, within an organization. You can be a member of multiple workspaces.

<figure><img src="/files/D7SJ58hrdfqDwqWEVnvm" alt=""><figcaption><p>Sola workspace home</p></figcaption></figure>

Your workspace is a central place where you can ideate and map out **your security gaps and use cases**, and create custom solutions to address them. Each custom solution can cover a specific use case.

Key components you’ll need:

1. [**Data sources**](/integrations/data-sources.md) - Secure connections to the data of services used within your organization.
2. [**Projects**](/workspace/projects.md) - Customizable tools designed to address specific cyber security use cases or needs.

{% hint style="success" %}
**Pro tip: Start by** [**connecting your data sources**](/workspace/projects.md#connecting-data-sources).\
This will allow you to start getting answers to your security questions and create projects quickly.
{% endhint %}


---

# 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.sola.security/workspace/workspace-home.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.
