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

# Welcome

> Welcome to Trew Knowledge’s Engineering Handbook

export const names = {
  ceo: "Shawn Barrans",
  cto: "Anthony Moore",
  doe: "Fernando Claussen"
};

export const urls = {
  github: "https://github.com/trewknowledge",
  jira: "https://trewknowledge.atlassian.net",
  engDptRepo: "https://github.com/trewknowledge/Engineering-Handbook",
  devSlackChannel: "https://trewknowledge.slack.com/archives/C0EMY08CA",
  employeeHandbook: "https://trewknowledge.atlassian.net/wiki/spaces/TK/pages/2295922710"
};

<img className="block rounded-lg" src="https://mintcdn.com/trewknowledge/ZrdmaaZIhn2ANZeE/images/tk-team.jpg?fit=max&auto=format&n=ZrdmaaZIhn2ANZeE&q=85&s=79b46a8f4570f9694460291f026e7ec4" alt="Some of our team members" width="1901" height="1087" data-path="images/tk-team.jpg" />

Welcome to Trew Knowledge’s Engineering Handbook, your handy guide to all things development at our company.

These pages will explain how we work now and how we aim to work in the future.

Have you stumbled upon something in the guide that doesn’t feel right? Feel free to tweak it. We’re all about evolution and improvement here. Your small fix today might be a big win for everyone tomorrow.

Remember, this handbook isn't set in stone - it's a growing, changing collection of our best practices and processes.

## Contributing

The creation and upkeep of this site are a team effort at Trew Knowledge. If you spot something that needs fixing or have a fresh idea to share, we’re all ears—just send over a pull request.

Do you have questions or need clarification? Post your queries in the <a href={urls.devSlackChannelUrl}>#development Slack channel</a>, open up an issue in the <a href={urls.engDptRepoURL}>Engineering Handbook GitHub repository</a>, or contact our Director of Engineering({names.doe}).

## Key Sections

<CardGroup cols={2}>
  <Card title="Coding Standards" icon="code-pull-request" href="/standards/">
    Guidelines on Trew Knowledge's code standards
  </Card>

  <Card title="Tools" icon="screwdriver-wrench" href="/how-we-work/team/tools-we-use/">
    All the tools you should have installed and use on a regular basis
  </Card>

  <Card title="Process" icon="arrow-progress" href="/how-we-work/process/">
    Describes our workflows and overall processes.
  </Card>

  <Card title="Guides" icon="book-open-reader" href="/guides/">
    A collection of guides that are useful for developers
  </Card>
</CardGroup>
