> For the complete documentation index, see [llms.txt](https://platformdocs.lattica.ai/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://platformdocs.lattica.ai/how-to-guides/client-installation/how-to-install-query-client.md).

# How-To: Install Query Client

### Description:

This package should be used by a user of your organization wanting to query your models.

{% tabs %}
{% tab title="🧊 Python SDK" %}

Install the query client package:

```python
pip install lattica-query
```

{% endtab %}

{% tab title="📦TypeScript SDK" %}
Install the package:

```bash
npm install @Lattica-ai/query
```

{% endtab %}
{% endtabs %}
