# FAQ

**How do I sign-up?**

* Go to [Exponent.cx](https://exponent.cx/) and click **Sign In** at the top right corner.&#x20;

**What language models does `Analyst` use?**&#x20;

* We use models from Anthropic and OpenAI

**Is your model open source?**

* [Anthropic](https://docs.anthropic.com/en/docs/about-claude/models) and [OpenAI](https://platform.openai.com/docs/models) models are open sourced.&#x20;

**Does the model hallucinate?**&#x20;

* As with all large language models, the ones powering `Analyst` can hallucinate from time to time. Please see the [**Trouble Shooting**](https://docs.exponent.ai/getting-started/trouble-shooting) page for tips on handling hallucinations.&#x20;

**How do I know my data is safe?**&#x20;

* **We do not store your data.** Research articles you produce using `Analyst` can either be *shared* Publicly or saved Privately for later reading. Please see [**Key Features**](https://docs.exponent.ai/getting-started/key-features) on how to share articles Publicly and Privately. `Analyst` leverages open source models, we encourage you to familiarize yourself with [Anthropic](https://support.anthropic.com/en/articles/8325621-i-would-like-to-input-sensitive-data-into-free-claude-ai-or-claude-pro-who-can-view-my-conversations) and [OpenAI](https://openai.com/consumer-privacy/) policies around sensitive data.&#x20;

**What kind of questions can I ask `Analyst`?**

* You can ask `Analyst` anything about a crypto project including vision, roadmap, recent news, current events as well as X.com sentiment.&#x20;
* You can ask `Analyst` about events that have happened in the past hour, but this will require specific prompting and guidance (see [**Trouble Shooting**](https://docs.exponent.ai/getting-started/trouble-shooting) for help).
* You can ask `Analyst` about current market cap, fully diluted valuations and total volume.
* You can ask `Analyst` about a project's white papers and/or technical documents \*&#x20;
* note \* white papers and technical documents are only available for white listed projects whose links have been validated for quality control.&#x20;

**Can I ask `Analyst` about memecoins?**&#x20;

* You can ask `Analyst` about memecoins, but results may vary depending on how popular the memecoin is.&#x20;

**What crypto projects / tokens can I ask `Analyst` about?**&#x20;

* For news, current events, sentiment and basic market data you can ask about any protocol / project.
* For white papers and technical documents, we will have a **white list** of available projects to query.&#x20;

**What is a Preset? How do I make one?**&#x20;

* **Presets** are a way to prompt for recurring analyses. For example, you may want recurring project updates (e.g., *I'd like a weekly update for project XYZ. Give me an update on recent events, project updates or announcements for project XYZ over the past 7 days*). You can use **Presets** to create a  recurring analysis. Go the **Chat** icon on the left panel; click on **New Chat**, and you'll see **Explore Presets** with example Presets to see or select the **+ icon** to make a new one.

**Can I resume an existing session like other language model-based chat services?**&#x20;

* Yes, you can return to existing sessions to resume a discussion. `Analyst` will remember the previous context used in your analysis. However, if your session has stalled or you run into an error, it is recommended you start a **new** session (see [**Trouble Shooting**](https://docs.exponent.ai/getting-started/trouble-shooting)).&#x20;

**Can I delete a session?**&#x20;

* Sessions currently cannot be deleted. However, there is no cap to how many new sessions are started.&#x20;


---

# 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.exponent.ai/getting-started/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.
