# Get started with Product SDK

Configure a complete Product endpoint and personal access token, validate a read-only workspace list, then create a workspace-scoped client for later tasks.

| Step | Page | Result |
| --- | --- | --- |
| Confirm installation | [Installation limitations](installation.md) | Use verified package and version information. |
| Configure address and credentials | [Authentication and client](authentication-client.md) | Obtain a client that can send requests. |
| Send a minimal read-only request | [Python quickstart](python-quickstart.md) or [Go quickstart](go-quickstart.md) | List workspaces visible to the current identity. |

```{toctree}
:hidden:
:maxdepth: 1

Installation limitations <installation>
Authentication and client <authentication-client>
Python quickstart <python-quickstart>
Go quickstart <go-quickstart>
```
