# How-To Guides

Here you’ll find answers to "How do I...?" questions. The main goal of these guides is to help you finish certain tasks.&#x20;

## Installation

* How-To [Install Management Client](/how-to-guides/client-installation/how-to-install-management-client.md)
* How-To[ Install Query Client](/how-to-guides/client-installation/how-to-install-query-client.md)

<mark style="color:blue;">﹌﹌﹌﹌﹌﹌﹌﹌﹌﹌﹌﹌﹌﹌﹌﹌﹌﹌﹌﹌﹌﹌﹌﹌﹌﹌﹌﹌﹌﹌﹌﹌﹌﹌﹌﹌﹌﹌﹌﹌﹌﹌﹌﹌</mark>

## Deployment Client

### Account Management

* How-To: [Update Account Information](/how-to-guides/account-and-finance-operations/how-to-update-account-information.md)

### Model Management

* How-To: [Deploy AI Model](/how-to-guides/workload-lifecycle/how-to-deploy-workload.md)
* How-To: [Modify Model Details](/how-to-guides/workload-lifecycle/how-to-modify-workload-settings.md)

### User Access Management

* How-To: [Create User Access Token](/how-to-guides/access-control/how-to-create-user-access-token.md)
* How-To: [Assign a Token to Model](/how-to-guides/access-control/how-to-assign-token-to-workload.md)
* How-To: [Remove Token’s Assignment](/how-to-guides/access-control/how-to-remove-tokens-assignment.md)
* How-To: [Update Token Attributes or Status](/how-to-guides/access-control/how-to-modify-user-access-token-setting.md)
* How-To: [View Tokens Details](/how-to-guides/access-control/how-to-see-list-of-tokens.md)

### Worker Management

* How-To: [Start Worker](/how-to-guides/resource-management/how-to-start-worker.md)
* How-To: [Stop Worker](/how-to-guides/resource-management/how-to-stop-worker.md)
* How-To: [Monitor Worker Performance](/how-to-guides/resource-management/how-to-monitor-worker-performance.md)

### Credit Management

* How-To: [View Credit Balance and Add Credit to Your Account](/how-to-guides/account-and-finance-operations/how-to-view-credit-balance-and-add-credit-to-your-account.md)
* How-To: [Monitor Balance and Usage](/how-to-guides/account-and-finance-operations/how-to-monitor-balance-and-usage.md)
* How-To: [View Transaction History](/how-to-guides/account-and-finance-operations/how-to-view-payment-transaction-history.md)

<mark style="color:blue;">﹌﹌﹌﹌﹌﹌﹌﹌﹌﹌﹌﹌﹌﹌﹌﹌﹌﹌﹌﹌﹌﹌﹌﹌﹌﹌﹌﹌﹌﹌﹌﹌﹌﹌﹌﹌﹌﹌﹌﹌﹌﹌﹌﹌﹌﹌</mark>

## Query Client

* How-To: [Generate Evaluation Key ](/how-to-guides/secure-query-processing/how-to-upload-evaluation-key.md)
* How-To: [Encrypt Input Message](/how-to-guides/secure-query-processing/how-to-encrypt-input-message.md)
* How-To: [Run Query](/how-to-guides/secure-query-processing/how-to-execute-query.md)
* How-To: [Decrypt Output Data](/how-to-guides/secure-query-processing/how-to-decrypt-output-data.md)


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://platformdocs.lattica.ai/how-to-guides.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
