Skip to content

Getting help with Instructor

If you need help getting started with Instructor or with advanced usage, the following sources may be useful.

The concepts section explains the core concepts of Instructor and how to prompt with models. The cookbooks are a great place to start. They contain a variety of examples that demonstrate how to use Instructor in different scenarios.

<Card
    title="GitHub Discussions"
    icon="github"
    href="https://github.com/cognesy/instructor-php/discussions"
>
    [GitHub discussions](https://github.com/cognesy/instructor-php/discussions) are useful for asking questions, your question and the answer will help everyone.
</Card>
<Card
    title="GitHub Issues"
    icon="bug"
    href="https://github.com/cognesy/instructor-php/issues"
>
    [GitHub issues](https://github.com/cognesy/instructor-php/issues) are useful for reporting bugs or requesting new features.
</Card>
<Card
    title="Discord"
    icon="discord"
    href="https://discord.gg/CV8sPM5k5Y"
>
    The [Discord](https://discord.gg/CV8sPM5k5Y) is a great place to ask questions and get help from the community.
</Card>
<Card
    title="Blog"
    icon="newspaper"
    href="https://cognesy.com/blog"
>
    The [blog](blog/index.md) contains articles that explain how to use Instructor in different scenarios.
</Card>
<Card
    title="Twitter"
    icon="twitter"
    href="https://twitter.com/ddebowczyk"
>
    You can also reach out to me [@ddebowczyk](https://twitter.com/ddebowczyk) if you have any questions or ideas.
</Card>