# General Settings

#### Account Title

This is the title of the account. You will want to name it something that is easy to remember, since you may end up having more than one. For instance if your Zigpoll is located at <https://www.mycompany.com> then a name like "My Company" or "mycompany" would be a good choice.

#### **Domain Name**

When you create an account, you are asked whether or not you want to setup a specific domain name or show the Zigpoll on all domains. Generally, if you're not sure what this means it's safe to just select **Show on all domains**. But if you're still curious, let's break it down.

If you select **Show on all domains** it means that any of your surveys can be embedded anywhere on the web, even on sites that you do not own. Normally this isn't a problem since it's unlikely someone will want to embed your survey on their website. But if you're worried about it you can lock it down by entering your domain name within this form.

If you chose to enter your domain name, you're given a choice of:

* Include Subdomains
* Match Exactly

**Include subdomains** means that it will include all subdomains under your parent domain. So, for example, if your website is **roseandrex.com** this will include **www**.roseandrex.com, **cdn.**&#x72;oseandrex.com, and any other subdomain you can think of.

If you want to just have your Zigpoll show up on a specific subdomain (say like **blog**.roseandrex.com only) then you would chose the **Match Exactly** option and enter **blog.roseandrex.com**.

#### Preferred Language

Sets the language Zigpoll's AI features use when writing analysis back to you. It defaults to **English** and you can switch it to any language from the dropdown.

This applies to AI features that read and summarize your data, including:

* **Z-GPT Insights** — the weekly AI summaries of open-ended responses
* **Z-GPT Chat** — the conversational AI you can use to ask questions about your data
* **AI-generated action items** on the dashboard

If your survey responses come in another language, the AI will still read them faithfully — your preferred language only controls the language of the AI's reply, not the language of the underlying data.

This setting does **not** affect AI-generated survey content (surveys, slides, or audience profiles built with AI). That content stays neutral so you can tailor it to each survey's audience independently.

#### Notification Settings

By default all notifications are sent to the account owner. This can be changed however to be sent out to one or more email addresses. To change the default, flip the switch and then enter one or more email addresses to the list. Now all of your survey notifications will be sent to the emails on that list.

#### Account ID

This is your Account ID. You can click to copy it. You may need it for our Wordpress plugin or if you are writing some custom Javascript code using our Javascript API.


---

# 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.zigpoll.com/accounts/general-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.
