# Exercise 3 - Navigation And Refactoring

- [Before you start](https://burkeholland.gitbook.io/vs-code-can-do-that/master/exercise-3-navigation-and-refactoring/before-you-start.md)
- [Moving, Duplicating and Deleting](https://burkeholland.gitbook.io/vs-code-can-do-that/master/exercise-3-navigation-and-refactoring/moving-duplicating-and-deleting.md)
- [Folding sections](https://burkeholland.gitbook.io/vs-code-can-do-that/master/exercise-3-navigation-and-refactoring/folding-sections.md)
- [Multiple cursors](https://burkeholland.gitbook.io/vs-code-can-do-that/master/exercise-3-navigation-and-refactoring/multiple-cursors.md)
- [Rename refactor](https://burkeholland.gitbook.io/vs-code-can-do-that/master/exercise-3-navigation-and-refactoring/rename-refactor.md)
- [Finding things](https://burkeholland.gitbook.io/vs-code-can-do-that/master/exercise-3-navigation-and-refactoring/finding-things.md)
- [Extract refactor](https://burkeholland.gitbook.io/vs-code-can-do-that/master/exercise-3-navigation-and-refactoring/extract-refactor.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://burkeholland.gitbook.io/vs-code-can-do-that/master/exercise-3-navigation-and-refactoring.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.
