> For the complete documentation index, see [llms.txt](https://docs.digitalturbine.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.digitalturbine.com/welcome/welcome-to-our-new-documentation-portal.md).

# Welcome to Our New Documentation Portal!

We are thrilled to welcome you to our completely revamped documentation experience. To better serve you, we have migrated our technical documentation to GitBook, a modern, fast, and powerful platform designed to get you the answers you need faster than ever.

All the docs you rely on are still here. We have implemented automated redirects across the site. If you have a bookmark saved from our old platform, clicking it will automatically route you to the correct, updated article on the new portal. Nobody gets lost.

Our goal is to provide a seamless, intuitive, and highly searchable self-service ecosystem. Here is everything you need to know about the new portal and its features.

<table data-card-size="large" data-view="cards"><thead><tr><th></th><th></th><th></th><th data-hidden data-card-target data-type="content-ref"></th></tr></thead><tbody><tr><td><h4>Ask-AI Chatbot Assistant</h4></td><td>Finding the right information is no longer just about searching for keywords. Our new portal features an integrated Ask-AI Chatbot Assistant. You can now prompt the documentation in natural language, and the AI will summarize answers directly from our technical guides, providing you with exact steps and links to relevant pages. </td><td></td><td></td></tr><tr><td><h4>Streamlined Navigation and UI</h4></td><td>The new layout features a clean, intuitive look-and-feel that makes browsing through our product guides, API references, and release notes much easier.</td><td></td><td></td></tr><tr><td><h4>Blazing Fast Search</h4></td><td>If you prefer traditional search, you will notice significant improvements. The new search engine is highly effective, instantly indexing and surfacing the most relevant articles, code snippets, and guides as you type.</td><td></td><td></td></tr><tr><td><h4>Developer &#x26; AI Agent Readiness (MCP)</h4></td><td>For our partners building automated tools: our new portal is Agentic AI-ready! We now support a built-in MCP (Model Context Protocol) endpoint, meaning your own internal AI agents and copilots can directly query and ingest our documentation in a plain-text, machine-readable format. The MCP endpoint URL can be copied from any page's <strong>Ask</strong> drop-down menu.</td><td></td><td></td></tr></tbody></table>

***


---

# 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 that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://docs.digitalturbine.com/welcome/welcome-to-our-new-documentation-portal.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
