> For the complete documentation index, see [llms.txt](https://learn.netmaker.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://learn.netmaker.io/help-articles/saas.md).

# SaaS

<table data-view="cards"><thead><tr><th>Article</th><th data-card-target data-type="content-ref">Target</th></tr></thead><tbody><tr><td>How to Close My Account and Cancel My Subscription?</td><td><a href="/pages/83ad5d193f393cf0eac5f06d48f190b3b8548b3d">/pages/83ad5d193f393cf0eac5f06d48f190b3b8548b3d</a></td></tr><tr><td>How to Update Your Payment Method</td><td><a href="/pages/da1183ad06664d2cbc07f2752b8aeec4c4cd0648">/pages/da1183ad06664d2cbc07f2752b8aeec4c4cd0648</a></td></tr><tr><td>What is Managed Endpoint and What Can I Use it For?</td><td><a href="/pages/6725950bebeea1d6e28f55e963974c216b59977c">/pages/6725950bebeea1d6e28f55e963974c216b59977c</a></td></tr><tr><td>What is a Tenant on SaaS?</td><td><a href="/pages/2ebcba218d3c858bfe907df6155764ee283db764">/pages/2ebcba218d3c858bfe907df6155764ee283db764</a></td></tr><tr><td>How to Add Company and Address Details to Your Invoice in Netmaker</td><td><a href="/pages/4bd748837295bad25f8ac03804a4dc936183a697">/pages/4bd748837295bad25f8ac03804a4dc936183a697</a></td></tr><tr><td>How to add billing address on my invoice?</td><td><a href="/pages/062c7e7ffb893483d2d54df59987f307b87a2b4d">/pages/062c7e7ffb893483d2d54df59987f307b87a2b4d</a></td></tr><tr><td>Netmaker Managed Endpoint</td><td><a href="/pages/2365f79ccd47da48eda164873464345587a05c8d">/pages/2365f79ccd47da48eda164873464345587a05c8d</a></td></tr><tr><td>How to Transfer Tenant Ownership for On-Prem and SaaS Tenants</td><td><a href="/pages/0b253407b3b761a49d10d40bdcb7c2f7b0d6e852">/pages/0b253407b3b761a49d10d40bdcb7c2f7b0d6e852</a></td></tr><tr><td>How to Change Your Login Method in Netmaker: A Step-by-Step Guide</td><td><a href="/pages/ad1ce7153ecd0dd51476b1125557a51fed8c5ba3">/pages/ad1ce7153ecd0dd51476b1125557a51fed8c5ba3</a></td></tr></tbody></table>


---

# 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://learn.netmaker.io/help-articles/saas.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.
