> ## Documentation Index
> Fetch the complete documentation index at: https://aegean.ai/llms.txt
> Use this file to discover all available pages before exploring further.

# Global Planning

> Graph search algorithms for global path planning.

This chapter covers global planning algorithms including forward search and A\* for finding optimal paths.

## Topics

<CardGroup cols={2}>
  <Card title="Search Overview" icon="magnifying-glass" href="/aiml-common/lectures/planning/global-planning/search/index">
    Introduction to graph search for planning.
  </Card>

  <Card title="Forward Search" icon="arrow-right" href="/aiml-common/lectures/planning/global-planning/search/forward-search/index">
    Forward search algorithms (BFS, DFS, UCS).
  </Card>

  <Card title="A* Algorithm" icon="star" href="/aiml-common/lectures/planning/global-planning/search/a-star/index">
    Heuristic-guided search with A\*.
  </Card>
</CardGroup>

***

<Callout icon="pen-to-square" iconType="regular">
  [Edit this page on GitHub](https://github.com/aegean-ai/eaia/edit/main/src/book/global-planning/index.mdx) or [file an issue](https://github.com/aegean-ai/eaia/issues/new/choose).
</Callout>
