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

# Roadmap

> See what we're building next for Ando.

export const RoadmapShoutout = ({name}) => <span className="ando-roadmap-shoutout" aria-label={`Thanks to ${name}`}>
    <span className="ando-roadmap-shoutout-avatar" aria-hidden="true">
      <img src="/images/profile-placeholder.svg" alt="" />
    </span>
    <span>{name}</span>
  </span>;

Coming soon in September...

* Invite single-channel and multi-channel guests <RoadmapShoutout name="Rebecca O" />
* Rich link previews for third-party developers <RoadmapShoutout name="Christian S" />
* Conversation context in the browse channels endpoint <RoadmapShoutout name="Christian S" />
