# OOP tic tac toe

- [intro to oop](https://certil-remy.gitbook.io/learn/oop-tic-tac-toe/untitled.md)
- [Intro-to-classes-and-instances](https://certil-remy.gitbook.io/learn/oop-tic-tac-toe/untitled-1.md)
- [Classes-and-instances-lab](https://certil-remy.gitbook.io/learn/oop-tic-tac-toe/untitled-2.md)
- [Instance-methods](https://certil-remy.gitbook.io/learn/oop-tic-tac-toe/untitled-3.md)
- [Instance-methods-lab](https://certil-remy.gitbook.io/learn/oop-tic-tac-toe/untitled-4.md)
- [Object Attributes](https://certil-remy.gitbook.io/learn/oop-tic-tac-toe/untitled-5.md)
- [object-attributes-lab](https://certil-remy.gitbook.io/learn/oop-tic-tac-toe/untitled-6.md)
- [Object Initialization](https://certil-remy.gitbook.io/learn/oop-tic-tac-toe/untitled-7.md)
- [Object-initialize-lab](https://certil-remy.gitbook.io/learn/oop-tic-tac-toe/untitled-8.md)
- [oop barking dog lab](https://certil-remy.gitbook.io/learn/oop-tic-tac-toe/untitled-9.md)
- [Procedural-vs-oop](https://certil-remy.gitbook.io/learn/oop-tic-tac-toe/untitled-11.md)
- [oop tic tac toe](https://certil-remy.gitbook.io/learn/oop-tic-tac-toe/untitled-10.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://certil-remy.gitbook.io/learn/oop-tic-tac-toe.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.
