# Examine Text Missing?

{% hint style="info" %}
This is all very game dependant but here are some tips below
{% endhint %}

* Remember if text appears OUTSIDE of the bounds or is too big for the UI element, it can cause issues. So either reduce the size of the font or increase the UI element area by scaling it.&#x20;
* Basic values for the text sizes based on the default included font are very usable with these settings
* Is your FONT missing from the "Item Name" or "Description" settings of your "ExaminableItem" script. Drop those options down in the inspector

{% hint style="warning" %}
If the font is missing, add font from **Additional Packages** and find the backup font
{% endhint %}

## System Defaults:

|             | Basic Lower UI   | Right Sided UI   |
| ----------- | ---------------- | ---------------- |
| Title       | 32 Size / Bold   | 38 Size / Bold   |
| Description | 30 Size / Normal | 32 Size / Normal |


---

# 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://speedtutoruk.gitbook.io/apk-doc-v1.7/support/examine-text-missing.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.
