So like let $Y | \mu \sim \operatorname{Poisson}(\mu $. $P(Y =y | \mu ) = \frac{e^{-\mu}\mu^y}{y!}$. Let $\mu \sim \Gamma(\alpha, \beta )$. I'm looking to find the marginal distribution of Y i.e. $P(Y = y)$
I don't have a textbook but found online that the equation is
$$P(Y = y) = \int_{x}^{y} P(Y = y | \mu )f(\mu )du$$
How do I find the limits for x and y ?