> For the complete documentation index, see [llms.txt](https://partners.tray.com.br/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://partners.tray.com.br/faturamento-e-emissao-de-notas-fiscais/guia-para-desenvolvimento-de-temas.md).

# Guia para Desenvolvimento de Temas

1. **DADOS DO TOMADOR DE SERVIÇOS**\ <mark style="color:blue;">Razão Social:</mark> LWSA S/A (Filial Tray) \ <mark style="color:blue;">CNPJ:</mark> 02.351.877/0009-00 \ <mark style="color:blue;">Endereço:</mark> Av Alcides Lajes Magalhães, 130, Sala 02, Marília/SP \ <mark style="color:blue;">CEP:</mark> 17.525-181
2. **INSTRUÇÕES DE EMISSÃO (CNAE E ATIVIDADE)** \ <mark style="color:blue;">CNAE:</mark> 6201-5/02 - Web design \ <mark style="color:blue;">Atividade (Cód):</mark> 1.08 - Planejamento, confecção, manutenção e atualização de páginas eletrônicas.
3. **CONTEÚDO OBRIGATÓRIO NO CORPO DA NOTA** \ <mark style="color:blue;">Descrição do serviço:</mark> Desenvolvimento de Temas + mês ao qual o relatório se refere.\ <mark style="color:blue;">Identificadores:</mark> PR e Número do Pedido. \ <mark style="color:blue;">Dados bancários completos:</mark> Banco, Código, Tipo de conta, Agência, Conta, Titular e CNPJ vinculado.\ <mark style="color:blue;">Chave PIX:</mark>
4. **REGRAS DE ENVIO E PRAZOS** \ <mark style="color:blue;">Forma de envio:</mark> Anexo diretamente nesta conversa (não aceitamos links ou sistemas financeiros). \ <mark style="color:blue;">Prazo mensal:</mark> Até o dia 23 de cada mês. \ <mark style="color:blue;">Validade:</mark> O prazo limite para o recebimento é de 60 dias após o envio do relatório; após isso, a comissão expira. \ <mark style="color:blue;">Nome do arquivo:</mark> Deve ser salvo como "<mark style="color:$success;">NF (NÚMERO DA NF) - Pedido (NÚMERO DO PEDIDO)</mark>"\
   \ <mark style="color:cyan;">Confirmação:</mark> Caso não receba confirmação de recebimento em até 03 dias úteis, por favor, entre em contato.
5. **CRONOGRAMA DE PAGAMENTOS (DIRETRIZ LWSA 2026)**&#x20;

* A partir de 01/01/2026, os pagamentos seguem o fluxo abaixo: \
  \
  NF Aprovada pelo setor financeiro em: Até o dia 09 do mês \
  Data de Pagamento: Dia 10 do mês subsequente  Até o dia 09 do mês \
  \
  NF Aprovada pelo setor financeiro em: Após o dia 10 do mês \
  Data de Pagamento: Dia 25 do mês subsequente\
  \ <mark style="background-color:$info;">Este guia visa padronizar e agilizar o processo de faturamento. Siga rigorosamente as instruções para evitar atrasos.</mark><br>


---

# 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 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, and the optional `goal` query parameter:

```
GET https://partners.tray.com.br/faturamento-e-emissao-de-notas-fiscais/guia-para-desenvolvimento-de-temas.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
