# 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: 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:

```
GET https://docs.digitalturbine.com/welcome/welcome-to-our-new-documentation-portal.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.
