# 3️⃣ RANK 03

- [Philosophers](https://42-cursus.gitbook.io/guide/3-rank-03/philosophers.md): The purpose of this project is to introduce you to threading and processes, and how to work on shared memory space. You'll discover threads, mutex, semaphores and shared memory
- [Understand Philosophers](https://42-cursus.gitbook.io/guide/3-rank-03/philosophers/understand-philosophers.md)
- [Functions used](https://42-cursus.gitbook.io/guide/3-rank-03/philosophers/functions-used.md)
- [Building the thing](https://42-cursus.gitbook.io/guide/3-rank-03/philosophers/building-the-thing.md)
- [Minishell](https://42-cursus.gitbook.io/guide/3-rank-03/minishell.md): The goal of this project is to create a minimalist shell. You'll learn a lot about file descriptors and processes.
- [Understand Minishell](https://42-cursus.gitbook.io/guide/3-rank-03/minishell/understand-minishell.md)
- [Functions](https://42-cursus.gitbook.io/guide/3-rank-03/minishell/functions.md)
- [Building the thing](https://42-cursus.gitbook.io/guide/3-rank-03/minishell/building-the-thing.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://42-cursus.gitbook.io/guide/3-rank-03.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.
