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

# Tax

> Planned tax standards and guidance coverage.

export default function PlaceholderDisciplineNotice({discipline, initialFocus, nextPhase}) {
  return <div style={{
    marginBottom: '1.25rem',
    padding: '1rem 1.1rem',
    borderRadius: '0.9rem',
    border: '1px solid #D5E6E2',
    background: '#F7FAF8'
  }}>
      <strong style={{
    display: 'block',
    marginBottom: '0.45rem',
    color: '#1F2D2A'
  }}>
        {discipline} is visible now, but not yet populated.
      </strong>
      <div style={{
    color: '#47615B',
    marginBottom: '0.45rem'
  }}>
        Initial focus: {initialFocus}
      </div>
      <div style={{
    color: '#47615B'
  }}>
        Next phase: {nextPhase}
      </div>
    </div>;
}

<PlaceholderDisciplineNotice discipline="Tax" initialFocus="Tax legislation, tax authority guidance, and practical reference pages by jurisdiction." nextPhase="The first build-out will focus on framework and jurisdiction landing pages before canonical topic pages are added." />

## Planned structure

* jurisdiction landing pages
* core tax topics and recurring filing concepts
* authority-specific guidance references

## What will appear here

The tax discipline will keep the same publication rules as the rest of the library:

* generated textbook-style pages
* visible source traceability
* clear status and update history
