# Enabling GitHub Info Cards

By default, GitHub Info Cards are disabled. This is because they require a GitHub Personal Access Token to gather repository information.

### Navigate to the Admin Settings and Choose GitHub Info Cards

<figure><img src="/files/bxbL3j8kQQBsycCw9h1e" alt=""><figcaption></figcaption></figure>

Navigate to the admin settings and locate the GitHub Info Cards section.

{% content-ref url="/pages/jrEHEk8ShRN26Y3vhew3" %}
[Finding the Admin Settings](/wp-plugin-info-card/getting-started/finding-the-admin-settings.md)
{% endcontent-ref %}

### Enable GitHub Info Cards and Add a GitHub Personal Access token.

<figure><img src="/files/Np3WII3un37jWxoq9IKI" alt=""><figcaption></figcaption></figure>

When prompted, enter your GitHub Personal Access Token. Here's an article on how to [retrieve a non-expiring GitHub personal access token](https://dlxplugins.com/how-tos/how-to-create-a-non-expiring-github-personal-access-token/).

If successful, you will be shown your current rate limit.

<figure><img src="/files/PdK4sYGKJm8umV5c9rov" alt=""><figcaption></figcaption></figure>

You'll now be able to use the GitHub Info Cards block and shortcode.

{% content-ref url="/pages/DEm4LxPtStPxfFlCElUe" %}
[github-info-card](/wp-plugin-info-card/shortcodes/github-info-card.md)
{% endcontent-ref %}

{% content-ref url="/pages/LmfKWnhorwYJ3MkzKyaC" %}
[The GitHub Info Cards Block](/wp-plugin-info-card/blocks/the-github-info-cards-block.md)
{% endcontent-ref %}


---

# 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.dlxplugins.com/wp-plugin-info-card/overview/github-info-cards/enabling-github-info-cards.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.
