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

# Setup Workspaces

- [View workspaces](https://docs.syntho.ai/setup-workspaces/view-workspaces.md)
- [Create a workspace](https://docs.syntho.ai/setup-workspaces/create-a-workspace.md)
- [Connect to a database](https://docs.syntho.ai/setup-workspaces/create-a-workspace/connect-to-a-database.md)
- [Databricks](https://docs.syntho.ai/setup-workspaces/create-a-workspace/connect-to-a-database/databricks.md)
- [Importing Data into Databricks](https://docs.syntho.ai/setup-workspaces/create-a-workspace/connect-to-a-database/databricks/importing-data-into-databricks.md)
- [DB2 for LUW](https://docs.syntho.ai/setup-workspaces/create-a-workspace/connect-to-a-database/db2.md)
- [Hive](https://docs.syntho.ai/setup-workspaces/create-a-workspace/connect-to-a-database/hive.md)
- [Microsoft SQL Server](https://docs.syntho.ai/setup-workspaces/create-a-workspace/connect-to-a-database/microsoft-sql-server.md)
- [MySQL / MariaDB](https://docs.syntho.ai/setup-workspaces/create-a-workspace/connect-to-a-database/mysql-mariadb.md): Connect to a MySQL database and set up a workspace.
- [Oracle](https://docs.syntho.ai/setup-workspaces/create-a-workspace/connect-to-a-database/oracle.md)
- [PostgreSQL](https://docs.syntho.ai/setup-workspaces/create-a-workspace/connect-to-a-database/postgresql.md)
- [SAP Sybase](https://docs.syntho.ai/setup-workspaces/create-a-workspace/connect-to-a-database/sap-sybase.md)
- [Azure Data Lake Storage (ADLS)](https://docs.syntho.ai/setup-workspaces/create-a-workspace/connect-to-a-database/azure-data-lake-storage-adls.md)
- [Amazon Simple Storage Service (S3)](https://docs.syntho.ai/setup-workspaces/create-a-workspace/connect-to-a-database/amazon-simple-storage-service-s3.md)
- [Local filesystem](https://docs.syntho.ai/setup-workspaces/create-a-workspace/connect-to-a-database/local-filesystem.md)
- [Workspace modes](https://docs.syntho.ai/setup-workspaces/create-a-workspace/workspace-modes.md)
- [Use SQL views as input tables](https://docs.syntho.ai/setup-workspaces/create-a-workspace/use-sql-views-as-input-tables.md): Shape your source data into a single, analysis-ready entity table (often via a SQL view) before configuring Syntho.
- [Edit a workspace](https://docs.syntho.ai/setup-workspaces/edit-a-workspace.md)
- [Duplicate a workspace](https://docs.syntho.ai/setup-workspaces/duplicate-a-workspace.md)
- [Transfer workspace ownership](https://docs.syntho.ai/setup-workspaces/transfer-workspace-ownership.md)
- [Share a workspace](https://docs.syntho.ai/setup-workspaces/share-a-workspace.md)
- [Delete a workspace](https://docs.syntho.ai/setup-workspaces/delete-a-workspace.md)
- [Workspace default settings](https://docs.syntho.ai/setup-workspaces/workspace-default-settings.md)
- [Import and export workspaces](https://docs.syntho.ai/setup-workspaces/import-and-export-workspaces.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.syntho.ai/setup-workspaces.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.
