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

# How-To Guides

> Task-focused guides for Decision Control — each guide answers a single "how do I…?" question with the shortest path to done.

Task-focused guides for Decision Control. Each guide answers a single "how do I…?" question with the shortest path to done. For end-to-end walkthroughs with full context, see [Usage Scenarios](/docs/decision-control/usage-scenarios).

<CardGroup cols={2}>
  <Card title="Home & Global" icon="house" href="/docs/decision-control/how-to/home-and-global">
    Open each workspace and the global Settings.
  </Card>

  <Card title="Authoring – Models" icon="pen-line" href="/docs/decision-control/how-to/authoring-models">
    Create, import, organize, sync, and publish decision models.
  </Card>

  <Card title="Authoring – Testing" icon="circle-play" href="/docs/decision-control/how-to/authoring-testing">
    Run models with the DMN Runner before publishing.
  </Card>

  <Card title="Authoring – AI Assistant" icon="bot" href="/docs/decision-control/how-to/authoring-ai">
    Build and modify models with the in-editor assistant.
  </Card>

  <Card title="Management – Units & Models" icon="shapes" href="/docs/decision-control/how-to/management-models">
    Dashboard, decision units, upload, versions, and models.
  </Card>

  <Card title="Management – Execute Rules" icon="zap" href="/docs/decision-control/how-to/management-execute">
    Run published models with inputs and inspect outputs.
  </Card>

  <Card title="Monitoring" icon="chart-line" href="/docs/decision-control/how-to/monitoring">
    Executions, the audit log, and insights.
  </Card>

  <Card title="Prompting" icon="message-circle" href="/docs/decision-control/how-to/prompting">
    The natural-language chat assistant.
  </Card>
</CardGroup>

## Access and visibility

What you can do in Decision Control depends on **what access your administrator gave you**. Your organization picks its own role names, but those roles map to four kinds of access:

| Access         | What it allows                                                           |
| -------------- | ------------------------------------------------------------------------ |
| **Authoring**  | Build, edit, and test decision models                                    |
| **Management** | Manage units, versions, and models; upload, execute, and view Monitoring |
| **Prompting**  | Use the AI chat to query and execute published models                    |
| **Publish**    | Deploy a model so it becomes a live API endpoint                         |

Cards on the home page that you don't have access to are shown **disabled**. Some workspaces (such as the AI Prompting chat) only appear if your administrator has enabled them in your deployment.

Each guide notes the access it needs under **Prerequisites**.
