Skip to content

Commit d595c08

Browse files
authored
Add help page to docs (#147)
1 parent 09bb972 commit d595c08

File tree

2 files changed

+18
-0
lines changed

2 files changed

+18
-0
lines changed

docs/help.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
# Getting Help
2+
3+
If you need help getting started with PydanticAI or with advanced usage, the following sources may be useful.
4+
5+
## :simple-slack: Slack
6+
7+
Join the `#pydantic-ai` channel in the [Pydantic Slack][slack] to ask questions, get help, and chat about PydanticAI. There's also channels for Pydantic, Logfire, and FastUI.
8+
9+
If you're on a [Logfire][logfire] Pro plan, you can also get a dedicated private slack collab channel with us.
10+
11+
## :simple-github: GitHub Issues
12+
13+
The [PydanticAI GitHub Issues][github-issues] are a great place to ask questions and give us feedback.
14+
15+
[slack]: https://join.slack.com/t/pydanticlogfire/shared_invite/zt-2b57ljub4-936siSpHANKxoY4dna7qng
16+
[github-issues]: https://github.com/pydantic/pydantic-ai/issues
17+
[logfire]: https://pydantic.dev/logfire

mkdocs.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ copyright: © Pydantic Services Inc. 2024 to present
1212
nav:
1313
- Introduction: index.md
1414
- install.md
15+
- help.md
1516
- Documentation:
1617
- agents.md
1718
- dependencies.md

0 commit comments

Comments
 (0)