File size: 684 Bytes
8dc9a1e
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
# Confluence

>[Confluence](https://www.atlassian.com/software/confluence) is a wiki collaboration platform that saves and organizes all of the project-related material. `Confluence` is a knowledge base that primarily handles content management activities. 


## Installation and Setup

```bash
pip install atlassian-python-api
```

We need to set up `username/api_key` or `Oauth2 login`. 
See [instructions](https://support.atlassian.com/atlassian-account/docs/manage-api-tokens-for-your-atlassian-account/).


## Document Loader

See a [usage example](/docs/integrations/document_loaders/confluence).

```python
from langchain_community.document_loaders import ConfluenceLoader
```