> ## Documentation Index
> Fetch the complete documentation index at: https://docs.mage.ai/llms.txt
> Use this file to discover all available pages before exploring further.

# Knowi

![Knowi](https://images.g2crowd.com/uploads/product/image/social_landscape/social_landscape_7ef98d665734f3cc8618df9149c0f5fc/knowi.jpg)

## Configuration

To set up the Knowi source, provide the following configuration parameters:

| Key               | Description                                                                                     | Sample Value    |
| ----------------- | ----------------------------------------------------------------------------------------------- | --------------- |
| `access_token`    | (REQUIRED) The access token used to authenticate your Knowi account.                            | `abcdefg123456` |
| `request_timeout` | (OPTIONAL) The amount of time before the request times out (default: 300 seconds).              | `300`           |
| `user_agent`      | (OPTIONAL) The User Agent string to send in the request header.                                 | `my-app-v1.0`   |
| `start_date`      | (OPTIONAL) Filters results to fetch only records updated after this date. Format: `YYYY-MM-DD`. | `2023-01-01`    |

<br />

### How to Get Your `access_token`

Follow Knowi’s [instructions](https://www.knowi.com/docs/managementAPI.html#APIAuthentication)\
to generate and retrieve your `access_token`.

<br />
