# Introduction to Workspaces

Workspaces are our latest solution to building powerful custom applications for your operators.

Our vision is that, in the future, workspaces will become the place where operators handle 100% of their work. The "Data" tab will always exist, but it will become secondary, when you need to deep dive into your data for some occasional cases.

### What is a workspace?

A Workspace is a simple application that you can build using components to tackle a specific workflow. Once built, it should become your operators' main tool to do their day-to-day work.

A Component is a piece of UI that you can combine with others to build the application that will help operators increase their productivity doing their day-to-day work. There are a lot of components you can use:

* Text,
* Divider,
* Tabs,
* Section,
* Collection
* Chart,
* Field,
* Button,
* Search,
* Link,
* Dropdown,
* Toggle.

...and many more in the future!

See below a Workspace example from our [KYC Live Demo](https://demo.forestadmin.com/demo-finance/Production/KYC%20team/workspaces/8c34e297-1cf0-4fbe-8bc5-c0baa8695d17):

<figure><img src="/files/omVrg1FGNEvXmrjJu7JE" alt=""><figcaption><p>Workspace example</p></figcaption></figure>

### What are the future improvements of workspaces?

What you see now are only the first steps of workspaces. We're currently working on making them much more powerful with the following next iterations:

* **Smart-action forms**: embed your Smart Action forms into workspaces.
* **Multi-page**: create more than one page for the same workspace and link them together.
* **Smoother experience**: auto-save, copy/paste, undo, keyboard shortcuts.


---

# 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.forestadmin.com/user-guide/workspaces/introduction-to-workspaces.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.
