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

# Pro: Output Retrieval

Hardcoded Q\&A shortcuts for common questions (e.g., “who are you”, “where are we”). These bypass the LLM entirely.

### Create the Asset

To create the output retrieval asset, `Right-click → Miscellaneous → Data Asset → Output Retrieval Data` .

### **Configuration**

<Frame>
  <img src="https://mintcdn.com/gladestudio/rrEmBYeowGHMzr2Q/images/unreal/UE_OutputRetrieval.png?fit=max&auto=format&n=rrEmBYeowGHMzr2Q&q=85&s=d68284542ced9c9baf03c3ce2a9c4ae6" alt="UE Output Retrieval" width="1391" height="255" data-path="images/unreal/UE_OutputRetrieval.png" />
</Frame>

* **Entries**\
  Array of Question, Answer pairs
  * Keep questions short (3-4 words recommended)

### **Link and Enable**

<Frame>
  <img src="https://mintcdn.com/gladestudio/rrEmBYeowGHMzr2Q/images/unreal/UE_AssignOutputRetrieval.png?fit=max&auto=format&n=rrEmBYeowGHMzr2Q&q=85&s=104c5d04c4b7463efbb51775e1250137" alt="UE Assign Output Retrieval" width="1455" height="485" data-path="images/unreal/UE_AssignOutputRetrieval.png" />
</Frame>

1. **Assign Asset**\
   `UNPCPersonalityData → Pro Features | Output Retrieval → Output Retrieval Asset`
2. **Enable in Service Manager**\
   `ULLMServiceManager → Pro Features | Output Retrieval`
   * **Enable Output Retrieval (Pro)** - Master toggle
   * **Stream Output Retrieval** - Simulates real-time output *(default: ON)*
   * **Output Retrieval Tokens Per Sec** *(default: 75)* - Streaming speed
