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

> Categories and tags for the items

# Metadata

### Tags

<CodeGroup>
  ```typescript example theme={null}
  import { Marketplace } from '@evav/marketplace'

  const tags = await Marketplace.getRecentTags()
  ```

  ```typescript interface.ts theme={null}
  static getRecentTags(): Promise<string[]>
  ```

  <ConfigSnippet />
</CodeGroup>

### Categories

<CodeGroup>
  ```typescript example theme={null}
  import { Marketplace } from '@evav/marketplace'

  const categories = await Marketplace.getCategories()
  ```

  ```typescript interface.ts theme={null}
  static getCategories(): Promise<string[]>
  ```

  <ConfigSnippet />
</CodeGroup>
