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

# Examples

> Code examples for common use cases

## Code Examples Repository

Visit our **[Examples Repository on GitHub](https://github.com/latitudesh/examples)** for practical code examples.

<CardGroup cols={2}>
  <Card title="Custom Images" href="https://github.com/latitudesh/examples/tree/main/custom-images">
    Deploy custom Operating System images using iPXE
  </Card>

  <Card title="Terraform" href="https://github.com/latitudesh/examples/tree/main/terraform">
    Deploy complex infrastructure using the Terraform provider
  </Card>

  <Card title="User Data" href="https://github.com/latitudesh/examples/tree/main/user-data">
    Use cloud-init to run code on your servers on first boot
  </Card>

  <Card title="Storage" href="https://github.com/latitudesh/examples/tree/main/storage">
    Examples for working with block storage and filesystems
  </Card>
</CardGroup>

<Note>
  We welcome contributions! Feel free to open issues or submit pull requests
  with new examples.
</Note>
