# Deva SDK Docs

## Deva Developer SDK Docs

- [Welcome](https://sdkdocs.deva.me/getting-started/readme.md)
- [About Deva](https://sdkdocs.deva.me/getting-started/getting-started.md)
- [Quickstart Guide](https://sdkdocs.deva.me/getting-started/quickstart.md)
- [Architecture Overview](https://sdkdocs.deva.me/core-concepts/architecture-overview.md)
- [Authentication Flow](https://sdkdocs.deva.me/core-concepts/authentication-flow.md)
- [Provider Pattern](https://sdkdocs.deva.me/core-concepts/provider-pattern.md)
- [OAuth Integration](https://sdkdocs.deva.me/authentication/oauth-integration.md)
- [Deva SSO](https://sdkdocs.deva.me/authentication/deva-sso.md)
- [Login Implementation](https://sdkdocs.deva.me/authentication/login-implementation.md)
- [Logout Handling](https://sdkdocs.deva.me/authentication/logout-handling.md)
- [Token Management](https://sdkdocs.deva.me/authentication/token-management.md)
- [Session Persistence](https://sdkdocs.deva.me/authentication/session-persistence.md)
- [Overview](https://sdkdocs.deva.me/components/overview.md)
- [ChannelFeed](https://sdkdocs.deva.me/components/basic-usage.md)
- [Props Reference](https://sdkdocs.deva.me/components/basic-usage/props-reference.md)
- [Customization](https://sdkdocs.deva.me/components/basic-usage/customization.md)
- [Intercom](https://sdkdocs.deva.me/components/basic-usage-1.md)
- [Props Reference](https://sdkdocs.deva.me/components/basic-usage-1/props-reference.md)
- [Message Handling](https://sdkdocs.deva.me/components/basic-usage-1/message-handling.md)
- [Customization](https://sdkdocs.deva.me/components/basic-usage-1/customization.md)
- [Toaster](https://sdkdocs.deva.me/components/usage.md)
- [useDeva](https://sdkdocs.deva.me/hooks-api/use-deva.md)
- [Internal Hooks](https://sdkdocs.deva.me/hooks-api/internal-hooks.md)
- [DevaProvider](https://sdkdocs.deva.me/api-reference/deva-provider.md)
- [Types](https://sdkdocs.deva.me/api-reference/user-types.md)
- [Message Types](https://sdkdocs.deva.me/api-reference/user-types/message-types.md)
- [Response Types](https://sdkdocs.deva.me/api-reference/user-types/response-types.md)
- [Methods](https://sdkdocs.deva.me/api-reference/authentication.md)
- [Data Fetching](https://sdkdocs.deva.me/api-reference/authentication/data-fetching.md)
- [Streaming](https://sdkdocs.deva.me/api-reference/authentication/streaming.md)
- [Error Handling](https://sdkdocs.deva.me/api-reference/error-handling.md)
- [Authenticated App](https://sdkdocs.deva.me/examples/authenticated-app.md)
- [Feed Display](https://sdkdocs.deva.me/examples/feed-display.md)
- [Key Terms](https://sdkdocs.deva.me/reference/key-terms.md)


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information, you can query the documentation dynamically by asking a question.
Perform an HTTP GET request on a page URL with the `ask` query parameter:
```
GET https://sdkdocs.deva.me/getting-started/readme.md?ask=<question>
```
The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.
Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
