# BusCompanyXd

## BusCompanyXd

- [BusCompanyXd](https://busco.xdebuggers.com/master.md): A C# app to manage a bus company using LinkedList as the base data structure and text files for data storing
- [Overview](https://busco.xdebuggers.com/overview.md)
- [Method](https://busco.xdebuggers.com/method.md): These are the phases in which we developed the system.
- [Problems & Solutions](https://busco.xdebuggers.com/problems-and-solutions.md): Some of the problems that faced us during developing the program and how we solved them.
- [Flow Chart](https://busco.xdebuggers.com/flow-chart.md)
- [Program's UI](https://busco.xdebuggers.com/programs-ui.md)
- [Classes Documentation](https://busco.xdebuggers.com/classes-documentation.md)
- [CLinkedList Class](https://busco.xdebuggers.com/classes-documentation/clinkedlist-class.md): Basic Linked list class with some interfaces implemented to work with WPF UI elements
- [Useful Links](https://busco.xdebuggers.com/classes-documentation/useful-links.md): Here are some of the references to create a similar project


---

# 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, you can query the documentation dynamically by asking a question.
Perform an HTTP GET request on a page URL with the `ask` query parameter:
```
GET https://busco.xdebuggers.com/master.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.
