# FeesManager

## Write Methods

### setManagementFeesReceiver

```solidity
function setManagementFeesReceiver(address _managementFeesReceiver) external
```

Settles the address of the management fees receiver.&#x20;

{% hint style="info" %}
Only callable by the contract **owner**.
{% endhint %}

**Call Parameters:**

<table><thead><tr><th width="281">Name</th><th>Type</th><th>Description</th></tr></thead><tbody><tr><td><code>_managementFeesReceiver</code></td><td>address</td><td>address of the management fees receiver</td></tr></tbody></table>

### setPerformanceFeesReceiver

```solidity
function setPerformanceFeesReceiver(address _performanceFeesReceiver) external
```

Settles the address of the performance fees receiver.&#x20;

{% hint style="info" %}
Only callable by the contract **owner**.
{% endhint %}

**Call Parameters:**

<table><thead><tr><th width="289">Name</th><th>Type</th><th>Description</th></tr></thead><tbody><tr><td><code>_performanceFeesReceiver</code></td><td>address</td><td>address of the performance fees receiver</td></tr></tbody></table>


---

# 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.shprd.finance/technical-reference/core-contracts/feesmanager.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.
