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

# Introduction

> Felan is an AI SDLC teammate for planning, implementation, review, testing, documentation, release, incident, and operational work.

Felan gives software teams a shared AI teammate for work across the software development lifecycle. Start with a request in the dashboard or a connected communication channel. Felan can use team knowledge, uploaded documents, connected repositories, and available integrations to investigate the request and carry it forward.

Felan is designed for delegated engineering work rather than a single QA workflow. It can complete focused work directly and coordinate specialized agents when a request benefits from deeper expertise or parallel execution.

## What you can do

<CardGroup cols={2}>
  <Card title="Start a session" icon="message" href="/docs/platform/sessions">
    Ask Felan to plan, investigate, implement, review, test, document, or summarize software work, then continue with follow-up messages.
  </Card>

  <Card title="Automate repeatable work" icon="bolt" href="/docs/platform/automations">
    Run the same plain-language instructions on a schedule or when a connected system emits an event.
  </Card>

  <Card title="Connect your tools" icon="plug" href="/docs/integrations/overview">
    Make connected repositories and external systems available to the unified team agent.
  </Card>

  <Card title="Share team knowledge" icon="database" href="/docs/platform/knowledge">
    Add durable context, upload reference files, and review the learned memory Felan can use in future work.
  </Card>

  <Card title="Configure environments" icon="cloud" href="/docs/platform/environments">
    Manage team environments, environment variables, and credentials used during agent runs.
  </Card>

  <Card title="Manage the team" icon="gear" href="/docs/platform/settings">
    Configure models, channels, members, API keys, usage, billing, and team-level settings.
  </Card>
</CardGroup>

## SDLC scope

Felan supports work across these stages:

* **Plan** — clarify requirements, compare options, and shape product, technical, and release plans
* **Build** — inspect repositories, make focused code or documentation changes, and run project checks
* **Review** — analyze code, pull requests, test results, defects, incidents, and operational evidence
* **Test** — plan coverage, generate or run tests, explore applications, and triage failures
* **Deliver and operate** — respond to events, prepare release context, investigate incidents, and keep stakeholders informed
* **Coordinate** — delegate specialized work, monitor progress, and connect context across sessions and systems

The exact actions available in a session depend on your connected repositories, integrations, team configuration, and the context you provide.

## Next steps

<CardGroup cols={2}>
  <Card title="Quickstart" icon="rocket" href="/docs/getting-started/quickstart">
    Complete onboarding and start your first session.
  </Card>

  <Card title="How Felan works" icon="diagram-project" href="/docs/getting-started/how-it-works">
    Understand sessions, context, specialized agents, and automations.
  </Card>
</CardGroup>
