# Owners and Settings

### Add/remove owners

{% hint style="info" %}
Owners are added to a Squad via their public key.&#x20;
{% endhint %}

The "Owners" tab **allows Squad owners to:**

* view owners of the Squad
* initiate a transaction to add/remove an owner (by clicking on "Add owner" button or "Bin" icon)
* Add nicknames to the wallet addresses ( saved on local storage, therefore, only visible to the person who adds a nickname)
* copy the address of the owner

<figure><img src="/files/ZbvBMYDzOzmFYL9Ebnbk" alt=""><figcaption><p>Owners tab</p></figcaption></figure>

### Info&#x20;

The "Info" tab displays the basic information about the Squad and **allows to:**

* check the confirmation threshold and initiate a transaction to change it
* copy the addresses of the Squad's vault and account
* check the number of owners inside the Squad
* change the Squad profile picture, name, or description
* change the explorer used for the transactions inspection

<figure><img src="/files/jdDuJ1WldDMHOepTGvk5" alt=""><figcaption><p>Info tab</p></figcaption></figure>

### Threshold Parameter

{% hint style="info" %}
The confirmation threshold is every Squad's essential parameter, which helps ensure that funds management is secured by multiple signatures required for every transaction.&#x20;
{% endhint %}

The confirmation threshold represents how many multisig owners' confirmations will be required for a transaction to become executable. It can be adjusted at any point in time by initiating a transaction from the "Info" tab.&#x20;

<figure><img src="/files/PmEtdSUuOfdxarYZdVEI" alt=""><figcaption><p>Change the confirmation threshold pop-up</p></figcaption></figure>


---

# 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://docs.squads.so/main/squads-legacy/navigating-your-squad/owners-and-settings.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.
