> ## Documentation Index
> Fetch the complete documentation index at: https://docs.decisional.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Setup

> Create your account and set up your workspace

## Create Your Account

<Steps>
  <Step title="Sign Up">
    Go to [agents.decisional.com/sign-up](https://agents.decisional.com/sign-up) and create an account with your Google account or email.
  </Step>

  <Step title="Join or Create a Workspace">
    If you sign up with a company email, you'll automatically join your organization's workspace if one exists. Otherwise, a personal workspace is created for you.
  </Step>
</Steps>

## Set Up Your Workspace

### Invite Your Team

Invite members from your organization directly into your workspace from the settings page. Workspace owners control who can view, edit, and manage agents.

### Connect Integrations

Your agents will ask you to connect apps as they need them, but you can also set them up ahead of time.

Go to **Integrations** in the sidebar, pick the app you want to connect, and follow the authorization flow. Common first integration categories:

* **Team chat** — for notifications and triggers
* **Email** — for sending and reading messages
* **CRM** — for customer and deal data
* **Spreadsheets** — for tabular data and lightweight operations

<Tip>
  Integrations can be shared across your workspace or kept private to specific agents.
</Tip>

### Configure Approval Policy

The Settings page is where admins define the default approval mode used when a runner is set to **Default**.

<Steps>
  <Step title="Choose the default approval mode">
    Set whether runners should ask for approvals by default or bypass eligible approval prompts when they use Default.
  </Step>

  <Step title="Review tool policies">
    In each toolkit's tools view, review the read/write defaults and any per-tool overrides: always allowed, needs approval, or blocked.
  </Step>

  <Step title="Tune runner behavior">
    In the prompt-box approval picker, choose Default, Ask approvals, or Bypass approvals for the runner you are about to use.
  </Step>
</Steps>

<Tip>
  Start new agents with Ask approvals in test runs. For live runs that should pause, set the runner picker to Ask approvals before starting.
</Tip>

<Card title="Approvals and Policy" icon="user-check" href="/agents/approvals">
  Learn how workspace defaults, runner picker settings, tool policies, and workflow gates work together.
</Card>

## Troubleshooting

<AccordionGroup>
  <Accordion title="Can't sign in with Google">
    Make sure pop-ups are allowed for agents.decisional.com and third-party cookies are enabled. If it still doesn't work, try email and password signup instead.
  </Accordion>

  <Accordion title="Integration won't connect">
    Check that you have admin access to the service you're connecting and that pop-ups are enabled. Try a different browser or clear your cache if it's still not working.
  </Accordion>

  <Accordion title="Can't find my organization's workspace">
    Ask a teammate to send you an invitation, or make sure you're signing up with the same email domain as your team.
  </Accordion>
</AccordionGroup>

## Next Steps

<CardGroup cols={2}>
  <Card title="Quickstart" icon="rocket" href="/quickstart">
    Build your first agent in minutes
  </Card>

  <Card title="Core Concepts" icon="book" href="/core-concepts">
    Learn about Agents, Workflows, and Integrations
  </Card>
</CardGroup>
