diff --git a/docs/faq.md b/docs/faq.md new file mode 100644 index 0000000..63313df --- /dev/null +++ b/docs/faq.md @@ -0,0 +1,14 @@ +# Frequently Asked Questions + +## General Questions + +### What is AI4Curators? + +AI4Curators is a project focused on providing practical guides for curators and maintainers of knowledge bases to integrate AI into their workflows. Rather than theoretical discussions, we emphasize immediate, actionable integration strategies that work with existing GitHub-based workflows. + +Our core mission includes: +- Helping curators integrate AI agents into existing GitHub-based workflows +- Providing plugins and tools for existing chat UIs +- Supporting ontology editing and curation workflows with AI assistance + +The project serves both as documentation and a practical example of AI agent integration, where GitHub agents can directly contribute to documentation and examples demonstrate real-world AI-assisted curation workflows. \ No newline at end of file diff --git a/mkdocs.yml b/mkdocs.yml index 12565bd..c80e604 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -36,6 +36,7 @@ plugins: nav: - Home: index.md + - FAQ: faq.md - Curator how-tos: - Instruct the GitHub agent: how-tos/instruct-github-agent.md - Make identifiers hallucination-resistant: how-tos/make-ids-hallucination-resistant.md