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

# Introduction

> Getting started with Goodfire

## Get Going

<CardGroup cols={2}>
  <Card title="Python Quickstart" icon="pen-to-square" href="/quickstart">
    Get started using the Python SDK
  </Card>

  <Card title="SDK Reference" icon="magnifying-glass" href="/sdk-reference/example">
    Full documentation for the SDK
  </Card>
</CardGroup>

## Notebooks

Use our interactive notebooks to explore how you can use Goodfire Ember.

<CardGroup cols={2}>
  <Card title="Jailbreak Resistance" icon="notebook" href="notebooks/jailbreak">
    Build a jailbreak resistant model
  </Card>

  <Card title="Dynamic Prompts" icon="notebook" href="notebooks/dynamicprompts">
    Build a model that can change its behavior based on the user's query
  </Card>

  <Card title="Removing Knowledge" icon="notebook" href="notebooks/removing-knowledge">
    Remove knowledge from a model
  </Card>

  <Card title="Sorting by Features" icon="notebook" href="notebooks/sortingfeatures">
    Sort data by features
  </Card>

  <Card title="On Demand RAG" icon="notebook" href="notebooks/ondemandrag">
    Build a "on demand" RAG system
  </Card>

  <Card title="Decision Trees" icon="notebook" href="notebooks/decision-trees">
    Use features to label data and build decision trees
  </Card>
</CardGroup>
