> For the complete documentation index, see [llms.txt](https://guide-on.gitbook.io/telltail/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://guide-on.gitbook.io/telltail/faq.md).

# FAQ

#### What is my tailnet's name?

You can find your tailnet's name [in DNS panel](https://login.tailscale.com/admin/dns) of Tailscale's admin console. You can read more about it [in here](https://tailscale.com/kb/1217/tailnet-name).

#### Telltail's website doesn't open (or Telltail Center doesn't seem to work)

Check if you can [see a machine](https://login.tailscale.com/admin/machines?q=telltail) named 'telltail' up and available. If you see 'telltail-1' as available instead, it means you have installed Telltail Center on some other device before. Delete both 'telltail' and 'telltail-1' and reinstall Center.

Otherwise, check if the auth key you entered has expired. In the machine that has Telltail Center installed, you can do `telltail edit center-auth-key` to see what auth key Center uses and then confirm if it is also present under [Auth keys](https://login.tailscale.com/admin/settings/keys) in Tailscale's admin console. What you have to look for is the key's ID. For example if your key looks like 'tskey-auth-uniqkeyid-somequiteverylongkey', the key's ID would be 'uniqkeyid'.

#### Why are executables bigger in size for Windows?

Ways with which we compress executables result in files that are falsely detected as malwares. This is a common problem for programs written in [Golang](https://groups.google.com/g/golang-nuts/c/Au1FbtTZzbk) and [Python](https://www.reddit.com/r/learnpython/comments/nc9lgn/why_all_my_pyinstaller_packages_are_marked_as_a/). That's why we do not compress them to keep the false detection to a minimum. We ensure that it remains this way by verifying it using [VirusTotal](https://www.virustotal.com/).


---

# 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:

```
GET https://guide-on.gitbook.io/telltail/faq.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.
