# Overview

Seam enables you to connect to, operate, and manage different brands of devices using the following basic concepts:

1. Your Seam account has one or more [workspaces](/latest/core-concepts/workspaces.md) that encapsulate all resources.
2. You use [Connect Webviews](/latest/core-concepts/connect-webviews.md) to connect devices to your workspace.
3. You control those devices according to their [capabilities](/latest/capability-guides/device-and-system-capabilities.md).
4. You use [Seam Console](/latest/core-concepts/seam-console.md) to manage your Seam workspaces, Connect Webviews, devices, and systems; [create API keys](/latest/core-concepts/authentication/api-keys.md#create-an-api-key); and perform other tasks.


---

# 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.seam.co/latest/core-concepts/overview.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.
