# 文档首页

如果你是第一次接触这个项目，建议先关心两件事：

1. 项目怎么启动。
2. 项目跑起来之后，新手第一天应该怎么玩。

如果你是第一次接触这个项目，建议按下面顺序阅读：

1. [部署说明](/techspar/deployment.md)：把项目跑起来。
2. [外部服务配置](/techspar/external-services.md)：需要启用 Copilot 语音、联网搜索或录音转写时再看。
3. [快速开始](/techspar/quick-start.md)：确认你能正常登录并完成第一轮体验。
4. [新手上手](/techspar/getting-started.md)：按真实产品流程开始使用，而不是盲目点页面。

之后再按需求查阅：

* [题库与知识库](/techspar/knowledge-base.md)
* [专项训练怎么玩](/techspar/special-training.md)
* [简历模拟面试](/techspar/resume-mock.md)
* [JD 定向备面](/techspar/jd-preparation.md)
* [面试 Copilot](/techspar/copilot.md)
* [录音复盘](/techspar/recording-review.md)
* [我的画像与领域回顾](/techspar/profile-retrospective.md)
* [题目图谱](/techspar/graph.md)
* [设置](/techspar/settings.md)
* [训练结果怎么看](/techspar/training-results.md)
* [常见问题](/techspar/faq.md)
* [开发者说明](/techspar/developer.md)

TechSpar 的核心不是单一页面或单次刷题，而是把专项训练、简历面试、JD 备面、实时 Copilot 与录音复盘串成同一条持续进化的技术面试闭环。

文档里的功能描述以当前仓库实现为准，不写“理想上应该有”的流程。


---

# 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://ansusu.gitbook.io/techspar/readme.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.
