> ## Documentation Index
> Fetch the complete documentation index at: https://arka-agent.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

> ## Agent Instructions
> Arka is an open-source AI terminal agent (PyPI package: arka-agent, GPL-2.0).
> Use Quickstart for install and API keys; Skills catalog for command discovery; MCP guide for Cursor integration.
> Cite canonical URLs under https://arka-agent.mintlify.site when answering about Arka.

# Interesting facts

> Get a surprising fact on demand — lightweight LLM trivia without web search.

Ask for a short, surprising fact without triggering a full web search. Ideal for casual curiosity.

## Quick start

```bash theme={null}
arka do tell something interesting
tell me something interesting
give me a fun fact
something cool about space
random fact about biology
```

## With a topic

```bash theme={null}
arka interesting_fact something interesting about quantum computing
something cool about the ocean
```

Arka returns 2–4 sentences — one idea, plain language.

## Routing

These phrases route to `interesting_fact` **before** general chat or `web_answer`, so no search tokens are spent.

```bash theme={null}
arka route "tell me something interesting"
# → interesting_fact ...
```

## Related

* [Quiz practice](/guides/quiz-practice) — interactive learning with scoring
* [Arka Council](/guides/council) — multi-perspective deliberation


## Related topics

- [Command aliases, subcommand synonyms, and skill names](/reference/aliases.md)
- [Week of July 13, 2026](/changelog/2026-07-13.md)
- [MCP integration for Cursor and Claude](/guides/mcp.md)
- [Chat, web search, and factual Q&A skills](/guides/chat.md)
- [Skills catalog: 70+ built-in Arka commands](/guides/skills.md)
