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

# Contributing

> Let's build BLAST together!

## Getting Started

1. **Fork the Repository**
   * Visit [BLAST on GitHub](https://github.com/calebwin/blast)
   * Fork

2. **Set Up Development Environment**
   * Follow our [Setup Guide](/development/setup)
   * Discuss on [Discord](https://discord.gg/NqrkJwYYh4)

## Checklist

* [ ] Make a feature
* [ ] Create a test for it
* [ ] (if applicable) write Docs
* [ ] Submit a pull request

## Project Structure

```
blastai/
├── blastai/       # Python package
├── tests/         # Test suite
└── examples/      # Example code
```

## Getting Help

* Open an issue
* Read [Internals](/development/internals)
* Discuss in the [Discord](https://discord.gg/NqrkJwYYh4)

## Next Steps

* Review [Roadmap](/development/roadmap)
* Read [Internals](/development/internals)
* Set up [Development Environment](/development/setup)
