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

# Quickstart

> Get your first AI agent running and explore Palmier's capabilities.

## Setup your first run in 30 seconds

1. **Authentication** - Navigate to [app.palmier.io/login](https://app.palmier.io/login) and authenticate with your GitHub account.

2. **Repository Selection** - Select the repository and branch you want to work with from your connected GitHub repositories.

3. **Task Definition** - Define the task you want the agent to accomplish. You can:
   * Provide a custom task description
   * Select an existing GitHub issue to address

4. **Agent Selection** - Choose the most appropriate agent for your specific task requirements.

5. **Execution** - Click **Run** to initiate the agent on the task

<video controls width="100%">
  <source src="https://mintcdn.com/palmier/uwIa6OlcEeHikIKc/videos/start_demo-web.mp4?fit=max&auto=format&n=uwIa6OlcEeHikIKc&q=85&s=e148d5ca4a0e70d5e8e1836d55bfc41e" type="video/mp4" data-path="videos/start_demo-web.mp4" />

  Your browser does not support the video tag.
</video>

***

# Unlock Palmier's Full Potential

Once you've experienced Palmier's core capabilities, configure these additional features to multiply your development productivity and unlock the platform's full power.

## Essential Integrations

<CardGroup cols={2}>
  <Card title="GitHub Integration" icon="github" href="/palmier/integrations/github">
    Enable automated PR descriptions and trigger agents directly from GitHub workflows.
  </Card>

  <Card title="Slack Integration" icon="slack" href="/palmier/integrations/slack">
    Receive real-time notifications and trigger agents from your team's communication channels.
  </Card>
</CardGroup>

## Advanced Configuration

<AccordionGroup>
  <Accordion title="GitHub Automations">
    Configure automated pull request reviews, issue triage, and intelligent code analysis workflows.
    [Learn more about automations →](/palmier/automations)
  </Accordion>

  <Accordion title="MCP Server Integration">
    Connect external services and tools to extend agent capabilities across your development ecosystem.
    [Explore MCP integrations →](/palmier/mcp)
  </Accordion>

  <Accordion title="Custom Agent Development">
    Build specialized agents for specific workflows, such as documentation updates, log monitoring, or project management integration.
    [Build custom agents →](/palmier/agents)
  </Accordion>

  <Accordion title="Environment Configuration">
    Configure runtime environments with pre-installed packages and dependencies for optimal agent performance.
    [Configure environments →](/palmier/environment)
  </Accordion>
</AccordionGroup>

## Next Steps

<CardGroup cols={3}>
  <Card title="Run Page" icon="play" href="/palmier/runs">
    Review and analyze agent execution history and thoughts
  </Card>

  <Card title="Project Management" icon="folder" href="/palmier/projects">
    Organize and structure your development work within Palmier
  </Card>

  <Card title="Customizing Agents" icon="robot" href="/palmier/agents">
    Create and customize your own agents
  </Card>
</CardGroup>
