> ## Documentation Index
> Fetch the complete documentation index at: https://innateinc-docs-skills-0-7-interface.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# Manual Triggering

You can trigger skills manually — through the robot's web app or the Innate Controller App — bypassing the AI agent. This is useful for testing, debugging, or directly controlling the robot.

## From the Web App

On the robot's web app (including the [simulator](/simulator/setup)):

1. Go to the **teleop** page.

2. Click **Skills**.

3. Select the skill you want to run.

The robot executes the skill immediately, without going through the agent's reasoning loop.

<video autoPlay muted loop playsInline controls className="w-full rounded-xl" src="https://mintcdn.com/innateinc-docs-skills-0-7-interface/Hziajix4iju7VrMU/videos/simulator/victory_spin.mp4?fit=max&auto=format&n=Hziajix4iju7VrMU&q=85&s=8ea03144b7491f3f4b649cf8652c8d41" data-path="videos/simulator/victory_spin.mp4">
  Triggering a skill from the web app's skill menu.
</video>

## Using the Skills Tab for Code-Defined Skills

1. Open the **Innate Controller App**

2. Navigate to the **Skills** tab.

3. Select a skill then press **Execute**

The robot will execute the skill without going through the agent's reasoning loop.

For skills that take parameters, the app shows input fields for each argument.

## Directly in Manual Control for Policy-Defined Skills

1. Go to the **Home** tab

2. Press **Manual**

3. Select a skill in the dropdown then press the ▶️ button.

The robot will execute the skill without going through the agent's reasoning loop.

## When to Use Manual Triggering

| Use Case           | Description                                   |
| ------------------ | --------------------------------------------- |
| **Testing**        | Verify a skill works before deploying         |
| **Debugging**      | Isolate skill behavior from agent logic       |
| **Direct control** | Run a specific action without voice/chat      |
| **Demos**          | Trigger skills on demand during presentations |
