diff --git a/website/docs/Getting-Started.md b/website/docs/Getting-Started.md index 365775435dc6..937e8e51380f 100644 --- a/website/docs/Getting-Started.md +++ b/website/docs/Getting-Started.md @@ -63,12 +63,13 @@ response = autogen.Completion.create(context=test_instance, **config) * [Code examples](/docs/Examples/AutoGen-Inference). * [Documentation](/docs/Use-Cases/enhanced_inference). -### Where to Go Next? +### Where to Go Next ? * Understand the use cases for [multi-agent conversation](/docs/Use-Cases/agent_chat) and [enhanced LLM inference](/docs/Use-Cases/enhanced_inference). * Find [code examples](/docs/Examples/AutoGen-AgentChat). * Read [SDK](/docs/reference/agentchat/conversable_agent/). * Learn about [research](/docs/Research) around AutoGen. +* [Roadmap](https://github.com/orgs/microsoft/projects/989/views/3) * Chat on [Discord](https://discord.gg/pAbnFJrkgZ). * Follow on [Twitter](https://twitter.com/pyautogen).