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

# Dez 23 - Painel de dados em tempo real

> Painel de dados real time

export const AuthorProfile = ({author}) => <div className="flex flex-row gap-3 items-center">
    {author.image && <img src={author.image} className="w-10 h-10 rounded-full m-0" />}
    <div>
      <a href={author.url}>{author.name}</a>
      <br />
      <span>{author.title}</span>
    </div>
  </div>;

export const manu = {
  name: "Manu",
  title: "Software Engineer",
  url: "https://github.com/manucirne",
  image: "https://github.com/manucirne.png"
};

export const lari = {
  name: "Lari",
  title: "Software Engineer",
  url: "https://github.com/lariane-guerra",
  image: "https://github.com/lariane-guerra.png"
};

<div className="flex flex-row gap-4">
  <AuthorProfile author={lari} />

  <AuthorProfile author={manu} />
</div>

Estamos animados em anunciar que o <strong> Painel de Dados agora opera próximo do tempo real!</strong> Isso significa que você terá acesso quase imediato às informações mais recentes para tomar decisões mais rápidas.

Benefícios:

* <strong>Decisões mais assertivas:</strong> monitore e reaja ao desempenho da sua loja com o atraso de no máximo 20min.

* <strong>Mantenha o controle da sua operação:</strong> agora é mais fácil identificar oportunidades e resolver problemas rapidamente.

Aproveite a melhoria! Teremos mais novidades em breve, até logo 🚀
