# Methods

- [Widget visibility](https://developer.acquire.io/widget/functioning-customization/methods/widget-visibility.md): Change the visibility of the widget
- [Widget window state](https://developer.acquire.io/widget/functioning-customization/methods/widget-window-state.md): Change the window state save setting
- [Set Customer Info](https://developer.acquire.io/widget/functioning-customization/methods/set-customer-info.md): Visitor attributes are information about a visitor, such as their name, phone number, and email address. In Acquire, we use this information in a variety of places, including in their profiles.
- [Get Customer info](https://developer.acquire.io/widget/functioning-customization/methods/get-customer-info.md): To get the customer information


---

# 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://developer.acquire.io/widget/functioning-customization/methods.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.
