# LarkSuiteWikiLoader

> **Class** in `langchain_community`

📖 [View in docs](https://reference.langchain.com/python/langchain-community/document_loaders/larksuite/LarkSuiteWikiLoader)

Load from `LarkSuite` (`FeiShu`) wiki.

## Signature

```python
LarkSuiteWikiLoader(
    self,
    domain: str,
    access_token: str,
    wiki_id: str,
)
```

## Parameters

| Name | Type | Required | Description |
|------|------|----------|-------------|
| `domain` | `str` | Yes | The domain to load the LarkSuite. |
| `access_token` | `str` | Yes | The access_token to use. |
| `wiki_id` | `str` | Yes | The wiki_id to load. |

## Extends

- `LarkSuiteDocLoader`

## Constructors

```python
__init__(
    self,
    domain: str,
    access_token: str,
    wiki_id: str,
)
```

| Name | Type |
|------|------|
| `domain` | `str` |
| `access_token` | `str` |
| `wiki_id` | `str` |


## Properties

- `domain`
- `access_token`
- `wiki_id`
- `document_id`

## Methods

- [`lazy_load()`](https://reference.langchain.com/python/langchain-community/document_loaders/larksuite/LarkSuiteWikiLoader/lazy_load)

---

[View source on GitHub](https://github.com/langchain-ai/langchain-community/blob/4b280287bd55b99b44db2dd849f02d66c89534d5/libs/community/langchain_community/document_loaders/larksuite.py#L51)