# Authorization in Comments

Authorization in comments will allow users to leave comments after they are authorized with their Twitch profile.

In the WordPress admin panel, go to ***Settings*** --> ***Twitch*** and open the ***General*** tab. You can add a button to any custom post type in an ***Authorization*** subsection.

{% hint style="warning" %}
&#x20;This function will only work if the form has a standard `comment_form_top` hook.
{% endhint %}

With ***Add default style to comments buttons*** - you can add styling to authorization buttons.


---

# 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://mykolapetrovych.gitbook.io/argus-wordpress-plugin/version-6.3.0/general-functions/twitch/authorization-in-comments.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.
