> For the complete documentation index, see [llms.txt](https://software-help-docs.gitbook.io/knowledge-base/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://software-help-docs.gitbook.io/knowledge-base/software-guide/settings/unsubscribe-link.md).

# Unsubscribe Link

There are multiple ways to set up an unsubscribe link within the system. O*ur Software* has enabled this within the email service to populate this link for you automatically. If you need assistance with disabling this link or other issues please contact support and mention that you have an automatically populating system email side unsubscribe link let us know what the problem is and we will be happy to assist you with this.

Here is an example of what this type of link looks like if applicable to you.

{% embed url="<https://lh4.googleusercontent.com/KQ2lZXLnV2uoYul14ZfjFsGw4VrwlodpXWw1MQ886yAolVv_zMNpLSpC1aHp_zxDlUMsPFP_nADYqDXKMKnjBvnyFXZLYTQ-52KndS9Sz59DZiTTKe0_iXuC92XfWu2yRgQKLwcWTQwZzMEkZp--lBo>" %}

{% embed url="<https://lh6.googleusercontent.com/xYdB8ZEsLYI4CZ2ffXnrEgjbuPnhXHw4mRAREJkbuoZXKmJN__E_ic08lPwMXWXGtLj6i5KqqUwuUFYINCdxkWIQmg4P68TZOfa_EJIqLc8whixrbDf5TVddQPBt1wIUkUlZz7ciCrMdDCWYn54YsXQ>" %}


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://software-help-docs.gitbook.io/knowledge-base/software-guide/settings/unsubscribe-link.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
