# Interface Style

{% tabs %}
{% tab title="Button Color" %}
You can now fully customize the Transcript Button to match your preferences.

**Select a Color:**

* Use the **Primary** and **Secondary** sliders at the top to choose your button colors.
* Adjust the shade using the color gradient or hue bar on the right.

**Preview Your Selection:**

* As you adjust the color, the preview will update to show how the Transcript Button will look.

**Finalize Your Choice:**

* Once you're satisfied, your changes will automatically apply to the interface for a personalized experience.

{% hint style="info" %}
To revert to the default color settings, click the "restore" button in the top right corner of the extension page.
{% endhint %}

<figure><img src="/files/JTgczrQYBLHu2V37gIvJ" alt="" width="283"><figcaption></figcaption></figure>
{% endtab %}

{% tab title="Button Size" %}
To adjust the size of the Transcript Button:

* **Modify Size:** Drag the slider left or right to decrease or increase the button size.

{% hint style="info" %}
To revert to the default size, click the "restore" button in the top right corner of the extension page.
{% endhint %}

<figure><img src="/files/8sFntOKFqVWkyqiI4VQw" alt="" width="280"><figcaption></figcaption></figure>
{% endtab %}
{% endtabs %}


---

# 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://guides.transcript.study/transcript-extension/settings/interface-style.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.
