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

# Document360

> 'Access wiki articles from Document360'

## How it works

The Document360 connector will pull in all the articles given the workspace and categories that the user specifies.
Articles in Document360 can be saved in either HTML or Markdown format.
Currently the implementation only handles HTML format. If HTML format is desired,
please submit an issue [here](https://github.com/onyx-dot-app/onyx/issues)

Articles are updated every **10** minutes.

## Setting up

### Authorization

<Steps>
  <Step title="Open API tokens">
    Go to Settings > Knowledge base portal > API tokens.
  </Step>

  <Step title="Generate token">
    Click Generate. Enter a token name and select the allowed request methods. Click Generate again.
    Your portal ID and API key will be displayed.
  </Step>
</Steps>

<img className="rounded-image" src="https://mintcdn.com/danswer/aj13v1mzLf028SWE/assets/admins/connectors/document360/Document360Token.png?fit=max&auto=format&n=aj13v1mzLf028SWE&q=85&s=2f752a673d6100a1b3066cd291244521" alt="Document360 token generation" width="1480" height="1338" data-path="assets/admins/connectors/document360/Document360Token.png" />

### Indexing

<Steps>
  <Step title="Open Document360 connector">
    Navigate to the Admin Panel and select the **Document360** Connector
  </Step>

  <Step title="Enter Portal ID and API Key">
    In **Step 1**, provide your **Portal ID** and the **API Key** from above.

    <img className="rounded-image" src="https://mintcdn.com/danswer/aj13v1mzLf028SWE/assets/admins/connectors/document360/Document360Auth.png?fit=max&auto=format&n=aj13v1mzLf028SWE&q=85&s=5656d2bfe950aae6ec58cafd04dd99cd" alt="Document360 connector authentication with Portal ID and API Key" width="1560" height="411" data-path="assets/admins/connectors/document360/Document360Auth.png" />
  </Step>

  <Step title="Set workspace and categories">
    Set the **Workspace ID** (see below) and **Categories**. To include all categories, leave the categories empty.
  </Step>

  <Step title="Start indexing">
    Click `Connect` to begin indexing
  </Step>
</Steps>

<img className="rounded-image" src="https://mintcdn.com/danswer/aj13v1mzLf028SWE/assets/admins/connectors/document360/Document360.png?fit=max&auto=format&n=aj13v1mzLf028SWE&q=85&s=6e296cc4f38f2c944fac40bc5625982b" alt="Document360 connector authentication" width="1560" height="522" data-path="assets/admins/connectors/document360/Document360.png" />
