---
title: General Info
description: Understand how to manage credentials, edit documentation, and perform API request testing (tryout).
documentId: developer-portal-general-info
locale: en-US
---

On the **General Info** tab, you can:

- Configure [credentials](#authorize-) to access the API.
- [Replace (edit) a documentation](/docs/developer-portal/api-docs#edit-doc) (available only for manually created documentations).
- Make a [test call to the API (_tryout_)](#try-out).

![General Info](https://creative-ball-51b3fc85c0.media.strapiapp.com/general_info_b543a2e69f.png)

<a id="dev-portal-general-info"></a>
<a id="_accessing_the_general_info_tab"></a>
## Accessing the General Info tab

Follow these steps to access the **General Info** tab:

<Steps>
  <Step>
    ### Step 1

    Access the [API Catalog](/docs/developer-portal/api-docs) page by clicking the left side menu or the corresponding card on the Developer Portal home screen.

    ![access to API Catalog](https://creative-ball-51b3fc85c0.media.strapiapp.com/home_api_catalog_3e8dcb1646.png)
  </Step>
  <Step>
    ### Step 2

    Locate the API you want to test. If necessary, use the search tool.
  </Step>
  <Step>
    ### Step 3

    In the ACTIONS column of the API list, click the ![pencil icon](https://creative-ball-51b3fc85c0.media.strapiapp.com/icon_edit_2_e029ead2c4.png) for the desired API.
  </Step>
</Steps>

<a id="authorize-"></a>
<a id="_configuring_credentials"></a>
## Configuring credentials

To enter access credentials for the API:

<Steps>
  <Step>
    ### Step 1

    [Access the **General Info** tab](#general-info) in **API Catalog**.
  </Step>
  <Step>
    ### Step 2

    Click **AUTHORIZE** (in green).

    ![Image](https://creative-ball-51b3fc85c0.media.strapiapp.com/authorize_b44fabfe21.png)
  </Step>
  <Step>
    ### Step 3

    Enter the key value in the **Value** field, as shown in the image below.

    ![available authorizations modal](https://creative-ball-51b3fc85c0.media.strapiapp.com/available_authorizations_0f842e114d.png)
  </Step>
</Steps>

<a id="try-out"></a>
<a id="_tryout"></a>
## Tryout

This feature allows you to make calls to the API directly from the documentation.

With _tryout_, you can understand the format of requests and responses and what parameters are required by each endpoint.

<Callout type="TIP" title="TIP">
See how to [choose the environment](/docs/developer-portal/settings-permissions#select-tryout) for _tryout_.
</Callout>

Follow these steps to use _tryout_:

<Steps>
  <Step>
    ### Step 1

    Follow the [steps](#general-info) to reach the **Settings and Permissions** tab.
  </Step>
  <Step>
    ### Step 2

    In **Settings and Permissions**, click **SELECT TRYOUT ENVIRONMENT**.

    ![button to select environment](https://creative-ball-51b3fc85c0.media.strapiapp.com/api_settings_select_fa14e316ea.png)
  </Step>
  <Step>
    ### Step 3

    On the screen that opens, choose the API environment you want to test.

    ![available environments](https://creative-ball-51b3fc85c0.media.strapiapp.com/api_settings_environments_5221b37d89.png)

    <Callout type="IMPORTANT" title="IMPORTANT">
    The environments available for tryout are named in a standardized way, regardless of the provider, based on the API contract's technical specifications:

    - For **OpenAPI 3.x**: the information is obtained from the `servers.url` (address) and `servers.description` (environment name) fields.

    - For **Swagger 2.0**: the URL is formed by combining the `scheme`, `host`, and `basePath` fields.

    If the contract does not provide an explicit description for the environment, the system uses the URL host as the identifier or automatically searches for keywords (such as prod, dev, or test) to name the environment.
    </Callout>
  </Step>
  <Step>
    ### Step 4

    Navigate the API documentation and click **Try it out** to make calls to the endpoints.  ![button to test the endpoint](https://creative-ball-51b3fc85c0.media.strapiapp.com/api_settings_tryitout_7f7f97873f.png)

    <Callout type="NOTE" title="NOTE">
    If necessary, click **Authorize** and [insert the credentials](#authorize-) to access the API.
    </Callout>
  </Step>
  <Step>
    ### Step 5

    The results will be displayed right below the endpoint. See an example below.

    ![example of the call result](https://creative-ball-51b3fc85c0.media.strapiapp.com/api_settings_results_805d2af2d9.png)
  </Step>
</Steps>
