> ## Documentation Index
> Fetch the complete documentation index at: https://phidatainc-agui.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# Session

> Examples for team workflows in session.

| Example                                                                      | Description                                                                        |
| ---------------------------------------------------------------------------- | ---------------------------------------------------------------------------------- |
| [Chat History](/examples/teams/session/chat-history)                         | Demonstrates retrieving chat history and limiting included history messages.       |
| [Persistent Session](/examples/teams/session/persistent-session)             | Demonstrates persistent team sessions with optional history injection.             |
| [Search Session History](/examples/teams/session/search-session-history)     | Demonstrates searching prior sessions with user-scoped history access.             |
| [Session Options](/examples/teams/session/session-options)                   | Demonstrates session naming, in-memory DB usage, and session caching options.      |
| [Session Summary](/examples/teams/session/session-summary)                   | Demonstrates session summary creation, context reuse, and async summary retrieval. |
| [Share Session With Agent](/examples/teams/session/share-session-with-agent) | Demonstrates sharing one session across team and single-agent interactions.        |
