# Knowledge

> SDK methods for the Knowledge module, accessed via `soat.knowledge`. See the [Knowledge module docs](/docs/modules/knowledge) for permissions and data model, and each method's REST page for the full request/response schema.

# Knowledge

SDK methods for the Knowledge module, accessed via `soat.knowledge`. See the [Knowledge module docs](/docs/modules/knowledge) for permissions and data model, and each method's REST page for the full request/response schema.

### `soat.knowledge.searchKnowledge()`

Search knowledge

- Method: `POST`
- Path: `/api/v1/knowledge/search`

```ts
await soat.knowledge.searchKnowledge({
  body: { /* + optional */ },
});
```

→ [Request & response schema](/docs/api/knowledge/search-knowledge)
