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

# Explain This

Explain This is free-form crypto Q\&A. Ask anything, in your own words, and get a grounded, honest answer in the detail level you chose: a token, a mechanism, a headline, a wallet, a yield, a word everyone keeps using.

### How it answers

* **Grounded** - answers draw on live market data and what Investor Intel tracks, not just general knowledge
* **Honest** - the AI is allowed to say "I don't know", "the evidence is thin", or "this looks like hype". An honest "unclear" beats a confident guess.
* **In your language** - answers respect your experience level and detail preference from [Settings](/thecontentforge-docs/investor-intel/research-and-settings.md). With Beginner Protection on, explanations get simpler and risk warnings get stronger.

### Answered using

When an answer is grounded in your own data, Explain This shows "Answered using" chips naming exactly which of your surfaces it drew on, so you can see where the answer came from:

* **Watchlist** - the tokens you are tracking
* **Theses** - your saved investment theses
* **Recent alerts** - alerts raised in the last stretch
* **Saved research** - answers you have kept
* **Narratives** - the themes you are following
* **Stored signals** - the signals we have logged for you

If a question does not touch your data, no chips appear and the answer leans on live market data and general knowledge instead.

### Quick templates

Four templates cover the most common questions, one tap each:

* **Explain like I'm new** - the simplest possible version of anything
* **Why might this be moving?** - grounded context on a price move, with honest uncertainty where causes are unclear
* **Bull/bear/neutral case** - the strongest version of each case, side by side, with no winner picked
* **Key risks?** - what could go wrong, stated plainly

### How to use it

1. Ask the question you would be embarrassed to ask in public; that is the one worth asking
2. Use the templates when you do not know how to phrase it
3. Ask follow-ups; it is a conversation, not a search box
4. Save answers worth keeping to [Saved Research](/thecontentforge-docs/investor-intel/research-and-settings.md)

### What it will not do

Explain This explains. It will lay out mechanisms, context, evidence, and risk, including the bull and bear case for anything you ask about. It will not tell you what to buy, predict prices, or bless a decision. If you ask "should I buy X?", expect the honest version: here is what is known, here is the risk, and the decision is yours.

### Limits

Questions per day depend on your plan, from 5 on trial up to 150 on Elite. See [Pricing](/thecontentforge-docs/reference/pricing.md).

### Related

* [Daily Brief](/thecontentforge-docs/investor-intel/daily-brief.md) - the proactive version of the same grounding
* [Compare](/thecontentforge-docs/investor-intel/compare.md) - when the question is "this or that"
* [Wallet Watch](/thecontentforge-docs/investor-intel/wallet-watch.md) - when the question is about an address


---

# 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://thecontentforge.gitbook.io/thecontentforge-docs/investor-intel/explain-this.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.
