# Getting Started

- [Study Plan](https://interviews.woojiahao.com/getting-started/study-plan.md): These are the questions I used for revising each topic, try to solve each topic completely and understand the core components before moving on to the next topic
- [Optimizing Revision](https://interviews.woojiahao.com/getting-started/optimizing-revision.md): Sharing some tips & tricks to optimize your revision process
- [Summer 2024 Timeline](https://interviews.woojiahao.com/getting-started/summer-2024-timeline.md): I have included my timeline for summer 2024 so that you can better understand when's the best times to start preparing for each stage
- [FAQs](https://interviews.woojiahao.com/getting-started/faqs.md)


---

# 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://interviews.woojiahao.com/getting-started.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.
