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

# Core Curriculum

- [Rank 00 | come soon](https://42-guide.gitbook.io/42-guide/core-curriculum/rank-00-or-come-soon.md)
- [libft](https://42-guide.gitbook.io/42-guide/core-curriculum/rank-00-or-come-soon/markdown.md)
- [Page 2](https://42-guide.gitbook.io/42-guide/core-curriculum/rank-00-or-come-soon/markdown/page-2.md)
- [Rank 01](https://42-guide.gitbook.io/42-guide/core-curriculum/rank-01.md)
- [ft\_printf](https://42-guide.gitbook.io/42-guide/core-curriculum/rank-01/images-and-media.md)
- [Variadic function | come soon](https://42-guide.gitbook.io/42-guide/core-curriculum/rank-01/images-and-media/variadic-function-or-come-soon.md)
- [get\_next\_line](https://42-guide.gitbook.io/42-guide/core-curriculum/rank-01/interactive-blocks.md): Understanding the "Get Next Line" Project
- [Page 8](https://42-guide.gitbook.io/42-guide/core-curriculum/rank-01/interactive-blocks/page-8.md)
- [Born2beroot](https://42-guide.gitbook.io/42-guide/core-curriculum/rank-01/openapi.md)
- [Explanation](https://42-guide.gitbook.io/42-guide/core-curriculum/rank-01/openapi/explanation.md)
- [Eval Questions | come soon](https://42-guide.gitbook.io/42-guide/core-curriculum/rank-01/openapi/eval-questions-or-come-soon.md)
- [Rank 02](https://42-guide.gitbook.io/42-guide/core-curriculum/rank-02.md)
- [Mini Talk](https://42-guide.gitbook.io/42-guide/core-curriculum/rank-02/integrations.md)
- [What to do ?](https://42-guide.gitbook.io/42-guide/core-curriculum/rank-02/integrations/what-to-do.md)
- [Check the code](https://42-guide.gitbook.io/42-guide/core-curriculum/rank-02/integrations/check-the-code.md)
- [Pipex | come soon](https://42-guide.gitbook.io/42-guide/core-curriculum/rank-02/pipex-or-come-soon.md)
- [So\_Long | come soon](https://42-guide.gitbook.io/42-guide/core-curriculum/rank-02/so_long-or-come-soon.md)
- [Fractol | come soon](https://42-guide.gitbook.io/42-guide/core-curriculum/rank-02/fractol-or-come-soon.md)
- [FDF](https://42-guide.gitbook.io/42-guide/core-curriculum/rank-02/fdf.md): Project Documentation
- [Quick Explanation](https://42-guide.gitbook.io/42-guide/core-curriculum/rank-02/fdf/quick-explanation.md)
- [Bresenham](https://42-guide.gitbook.io/42-guide/core-curriculum/rank-02/fdf/bresenham.md): Below i tried to explain my own code where i used bresenham algo for drawing graphics
- [Isometric](https://42-guide.gitbook.io/42-guide/core-curriculum/rank-02/fdf/isometric.md)
- [Push Swap](https://42-guide.gitbook.io/42-guide/core-curriculum/rank-02/push-swap.md)
- [Algorithms](https://42-guide.gitbook.io/42-guide/core-curriculum/rank-02/push-swap/algorithms.md)
- [Useful sources](https://42-guide.gitbook.io/42-guide/core-curriculum/rank-02/push-swap/useful-sources.md)
- [Push Swap Eval Question](https://42-guide.gitbook.io/42-guide/core-curriculum/rank-02/push-swap/push-swap-eval-question.md)
- [Rank04](https://42-guide.gitbook.io/42-guide/core-curriculum/rank04.md)
- [Module00](https://42-guide.gitbook.io/42-guide/core-curriculum/rank04/module00.md): Introduction to Object-Oriented Programming (OOP)
- [megaphone](https://42-guide.gitbook.io/42-guide/core-curriculum/rank04/module00/megaphone.md): exercise 00: megaphone.cpp
- [Page 3](https://42-guide.gitbook.io/42-guide/core-curriculum/rank04/module00/page-3.md)


---

# 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:

```
GET https://42-guide.gitbook.io/42-guide/core-curriculum.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.
