# Guides

- [Computer Science basics](https://docs.outtalent.com/guides/computer-science-basics.md)
- [Data structures and algorithms](https://docs.outtalent.com/guides/common-data-structures-and-algorithms.md): We list what we believe are most important DS\&A topics for working at a big tech companies.
- [Gaining seniority](https://docs.outtalent.com/guides/becoming-a-senior-software-engineer.md)
- [Big tech interviews](https://docs.outtalent.com/guides/passing-interviews.md): This guide is created to help you pass different types of interviews at top tech companies.
- [Coding interviews](https://docs.outtalent.com/guides/passing-interviews/coding-interviews.md)
- [Programming language for interviews](https://docs.outtalent.com/guides/passing-interviews/coding-interviews/programming-language-for-interviews.md)
- [LeetCode guide](https://docs.outtalent.com/guides/passing-interviews/coding-interviews/leetcode-guide.md)
- [Systems design interview guide](https://docs.outtalent.com/guides/passing-interviews/system-design-interviews.md): This document provides recommendations on how to prepare for systems design interviews and what to do and not to do during such an interview.
- [Irine's coding interview guide](https://docs.outtalent.com/guides/passing-interviews/irine.md): Irine's guide for preparing for coding interviews at large tech companies like Google, Facebook, Amazon, and Microsoft.
- [Resume and LinkedIn guide](https://docs.outtalent.com/guides/resume-and-linkedin-guide.md)
- ["Ridiculous Resume Rule"](https://docs.outtalent.com/guides/resume-and-linkedin-guide/ridiculous-resume-rule.md): How to stress-test your resume and avoid common mistakes as a software engineer.
- [Resume: sections](https://docs.outtalent.com/guides/resume-and-linkedin-guide/resume-sections.md)
- [Resume: format](https://docs.outtalent.com/guides/resume-and-linkedin-guide/resume-format.md)
- [Resume: top](https://docs.outtalent.com/guides/resume-and-linkedin-guide/resume-top.md)
- [Resume: summary](https://docs.outtalent.com/guides/resume-and-linkedin-guide/resume-summary.md)
- [Resume: work experience](https://docs.outtalent.com/guides/resume-and-linkedin-guide/resume-jobs-section.md)
- [Resume: education](https://docs.outtalent.com/guides/resume-and-linkedin-guide/resume-education.md)
- [Resume: leadership & awards](https://docs.outtalent.com/guides/resume-and-linkedin-guide/resume-other-sections.md): Leadership, awards, clubs, charities, volunteering
- [Resume: interests](https://docs.outtalent.com/guides/resume-and-linkedin-guide/resume-interests.md)
- [Resume: excluded info](https://docs.outtalent.com/guides/resume-and-linkedin-guide/resume-excluded-information.md): What to exclude from the resume?
- [LinkedIn photo](https://docs.outtalent.com/guides/resume-and-linkedin-guide/linkedin-photo.md)
- [LinkedIn profile examples](https://docs.outtalent.com/guides/resume-and-linkedin-guide/linkedin-profile-examples.md)
- [LinkedIn: company name](https://docs.outtalent.com/guides/resume-and-linkedin-guide/linkedin-company-name.md)
- [Writing guide](https://docs.outtalent.com/guides/writing.md): We recommend engineers to follow these guidelines.
- [Writing: Goals](https://docs.outtalent.com/guides/writing/writing-goals.md)
- [Learning English](https://docs.outtalent.com/guides/learning-english.md)
- [English learning services](https://docs.outtalent.com/guides/learning-english/english-learning-services.md)
- [Common English mistakes](https://docs.outtalent.com/guides/learning-english/common-english-language-mistakes.md)
- [Information diet](https://docs.outtalent.com/guides/information-diet.md)
- [Mental health](https://docs.outtalent.com/guides/mental-health.md): This guide is meant to reduce stress and anxiety that may come with pursuing ambitious goals.
- [Related career opportunities](https://docs.outtalent.com/guides/related-career-opportunities.md): Here we collect are opportunities that are related to Outtalent mission.
- [Internships](https://docs.outtalent.com/guides/related-career-opportunities/internships.md): This section is focused on software engineering internships.
- [Growing your project](https://docs.outtalent.com/guides/related-career-opportunities/growing-your-project.md): Here we collected resources for engineers in Eastern Europe, Asia, Africa, and Latin America who are working on a technology-related project.
- [Programs for women](https://docs.outtalent.com/guides/related-career-opportunities/opportunities-for-women.md): Here we collected a list of select career opportunities for women in technology that live in Eastern Europe, Asia, Africa, and Latin America.


---

# 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://docs.outtalent.com/guides.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.
