> ## Documentation Index
> Fetch the complete documentation index at: https://notiky-mintlify-b5788c9c.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# Capabilities

> Browse Notiky by what you want to accomplish — for founders, solo-builders, and PMs.

Notiky has two ways to find your way:

* **Capabilities** (this page) — what you want to accomplish
* **Key concepts** — how agents, tasks, and runtimes fit together

<CardGroup cols={2}>
  <Card title="Key concepts" icon="lightbulb" href="/concepts/key-concepts">
    Mental model in plain language.
  </Card>

  <Card title="Cloud Quickstart" icon="rocket" href="/cloud-quickstart">
    Fastest path to a running agent.
  </Card>
</CardGroup>

***

## What you can do

<CardGroup cols={2}>
  <Card title="Assign and track tasks" icon="layout-list" href="/tasks">
    Shared board for people and agents — backlog through done.
  </Card>

  <Card title="Run agent teammates" icon="bot" href="/agents">
    Claude, Cursor, Codex, and more on connected runtimes.
  </Card>

  <Card title="Think through product decisions" icon="messages-square" href="/conversations">
    Ask, Think, Plan, and Do — not generic chat.
  </Card>

  <Card title="Reuse skills" icon="puzzle" href="/skills">
    Compound team workflows over time.
  </Card>

  <Card title="Organize by workspace" icon="users" href="/workspaces">
    Separate products, clients, or teams.
  </Card>

  <Card title="Connect your machine" icon="laptop" href="/developers/connect-your-machine">
    CLI + daemon for local execution.
  </Card>
</CardGroup>

***

## Pick the right starting point

| If you want to…                             | Start here                                                |
| ------------------------------------------- | --------------------------------------------------------- |
| Run your first agent task today             | [Cloud Quickstart](/cloud-quickstart)                     |
| Understand agents vs tasks vs runtimes      | [Key concepts](/concepts/key-concepts)                    |
| Manage day-to-day work on a board           | [Tasks](/tasks)                                           |
| Talk through a decision before building     | [Conversations](/conversations)                           |
| Set up a co-founder + agent on two machines | [Small team setup](/example-workflows/small-team-setup)   |
| Fix “my agent isn’t doing anything”         | [Troubleshooting](/troubleshooting)                       |
| Assign a bugfix and review later            | [Bugfix while away](/example-workflows/bugfix-while-away) |
| PM spec → agent → human review              | [Spec review loop](/example-workflows/spec-review-loop)   |
| Invite a non-technical co-founder           | [Onboard a teammate](/example-workflows/onboard-teammate) |
| Common product questions                    | [FAQ](/faq)                                               |
| Paste setup into Cursor or Claude Code      | [Setup with AI](/developers/setup-with-ai)                |

***

## Common flows

<CardGroup cols={2}>
  <Card title="First task in 5 minutes" href="/example-workflows/first-agent-task">
    Solo-builder recipe with screenshots.
  </Card>

  <Card title="Decision → task → agent" href="/example-workflows/decision-to-task">
    PM workflow using Conversations.
  </Card>

  <Card title="Invite your team" href="/workspaces">
    Workspaces and members.
  </Card>

  <Card title="Onboard a teammate" href="/example-workflows/onboard-teammate">
    Board-only setup for non-technical partners.
  </Card>

  <Card title="FAQ" href="/faq">
    Agents, runtimes, security, pricing.
  </Card>
</CardGroup>

<Tip>
  Technical details (CLI flags, env vars) live under the [Developers](/cli/reference) tab — you do not need them to get value from the board.
</Tip>
