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

# Skills

> Use slash commands to add fields, build charts, filter data, and manage projects

Skills are slash commands you run inside a project. Type `/` in the command bar or press **⌘K** to open the menu.

Prompt-driven skills use AI to interpret your request. If Grapple can't understand your prompt with enough confidence, it asks you to rephrase.

## Calculations

<CardGroup cols={2}>
  <Card title="Add" icon="plus" href="/projects/add">
    Add a native field from a connected collection.
  </Card>

  <Card title="Formula" icon="braces" href="/projects/calculations/formula">
    Calculate a new row-level field.
  </Card>

  <Card title="Rollup" icon="shell" href="/projects/calculations/rollup">
    Aggregate across nested or joined data.
  </Card>

  <Card title="Transform" icon="shuffle" href="/projects/calculations/transform">
    Reshape nested data into new fields.
  </Card>

  <Card title="View" icon="table" href="/projects/view">
    Build an aggregated report or metric.
  </Card>
</CardGroup>

## Charts

<CardGroup cols={2}>
  <Card title="Bar" icon="chart-column" href="/projects/charts/bar">
    Bar chart visualization.
  </Card>

  <Card title="Line" icon="chart-line" href="/projects/charts/line">
    Line chart visualization.
  </Card>

  <Card title="Number" icon="hash" href="/projects/charts/number">
    Single KPI big number.
  </Card>

  <Card title="Pie" icon="chart-pie" href="/projects/charts/pie">
    Pie chart visualization.
  </Card>

  <Card title="Waterfall" icon="chart-column-stacked" href="/projects/charts/waterfall">
    Waterfall chart with running totals.
  </Card>

  <Card title="Area" icon="chart-area" href="/projects/charts/area">
    Area chart visualization.
  </Card>

  <Card title="Table" icon="table" href="/projects/charts/table">
    Chart formatted as a table.
  </Card>
</CardGroup>

## Data & project

<CardGroup cols={2}>
  <Card title="Filter" icon="filter" href="/projects/data/filter">
    Filter rows by field or value.
  </Card>

  <Card title="Map" icon="merge" href="/projects/data/map">
    Join another collection to your project.
  </Card>

  <Card title="Public" icon="globe" href="/projects/public">
    Toggle public link access.
  </Card>

  <Card title="Clone" icon="copy" href="/projects/clone">
    Duplicate the project.
  </Card>

  <Card title="Share" icon="user-plus" href="/projects/share">
    Invite someone to view the project.
  </Card>

  <Card title="Export" icon="download" href="/projects/export">
    Export data as CSV.
  </Card>
</CardGroup>
