I want to add another perspective to this problem. Not from the point of view of algebraic varieties, see zyx's answer for that, but from the point of view of teaching a problem solving strategy to beginners. The solution (as seen from several posts) depends on a useful trick of clearing the square roots from the denominator, but IMVHO there are important steps before we reach that point.
Let's take a look at the problem. We are given a single equation tying the values of two variables $x$ and $y$ together. Fine - business as usual. The equation looks a bit scary because of the square roots and all that, but presumably such an equation defines a curve of some kind. But we are asked about the value of another function, a much simpler one, the sum of the two coordinates. Wait one red minute!? What is this? It sounds as if a single number is expected? May be a range of values? No, that wouldn't quite match the chosen wording. As it stands the question is a bit strange, for a priori there is little reason to suspect that we could say much at all about the value of $x+y$. But let's keep an open mind!
None of the elementary things seem to say much about the equation we were given. How could we even get started? It's time for my battle cry: I couldn't make sense out of it, so I calculated some examples! Let's plug in some values for $x$, solve for $y$, and see how the land lies. A physicist would call this step "experimental" or "making observations" - the technique is somewhat underrated in math education (though professionals do it all the time). Let's try something simple. What if $x=0$? Then $x+\sqrt{x^2+3}=\sqrt3$, and we are to solve $y+\sqrt{y^2+3}=3/\sqrt3=\sqrt3.$ Hmm? A bit ugly. Let's try $x=1$. Then we get $x+\sqrt{x^2+3}=1+\sqrt{4}=3$, and we are to solve $y+\sqrt{y^2+3}=1$. This time the value on the r.h.s. was a clean integer, which is an improvement I guess, but no flashes of insight yet. Any other values of $x$ that would make $x+\sqrt{x^2+3}$ simple? $x=-1$ comes to mind given that again $\sqrt{x^2+3}$ will be equal to two. So this time $x+\sqrt{x^2+3}=-1+2=1$, and we need to solve $y+\sqrt{y^2+3}=1$.
Ok, to get any example points $(x,y)$ we need to solve equations of the form
$$
y+\sqrt{y^2+3}=a
$$
for some $a$. How do we do that? Well, this is something where we can apply things about equations that we have learned earlier. Keep the square root on one side, move the rest to the other, and square both sides. We need to keep track of the signs, but that's routine. So we get as a consequence
$$
y^2+3=\left(\sqrt{y^2+3}\right)^2=(a-y)^2=a^2-2ay+y^2.
$$
Let's see, the $y^2$ terms cancel, so we get $2ay=a^2-3$ and $y=(a^2-3)/(2a)$.
When $x=1$, we had $a=1$, so $y=(1^2-3)/(2\cdot1)=-1$. Similarly, when $x=-1$
we have $a=3$ and $y=(3^2-3)/6=1$. And when $x=0$, we have $a=\sqrt3$ and $y=(3-3)/2a=0$.
So we at long last have observed some data points: $(x,y)$ can be one of $(1,-1)$, $(0,0)$ or $(-1,1)$. There are countless other points, and you are advised to produce a few others, if this is not enough. What was the question again? The value of $x+y$? Hmm, at all these "observed" points the coordinates sum to zero. Coincidence? Possibly, we are math folks, so suspicion is second nature. But let's try this further (for lack of better ideas, really). If we really have $x+y=0$ always, then we should have $y=-x$. Does that fit? Let's check
$$
(x+\sqrt{x^2+3})(-x+\sqrt{(-x)^2+3})=(x+\sqrt{x^2+3})(-x+\sqrt{x^2+3})??
$$
Ahh, it's the good ol' sum of two things $\times$ their difference: $(a+b)(a-b)=a^2-b^2$ with $a=\sqrt{x^2+3}$ and $b=x$. We have $a^2-b^2=(x^2+3)-x^2=3$! Success! Success? We just showed that points on the line $x+y=0$ do satisfy the given equation, but the direction of the implication is wrong. We wanted the converse. Leaving that to you! Insert a devilish grin here, but also the hint that now you may peek at the other solutions. Also our calculations above showed that to each $x$ there is a single $a$ (show that you never need to divide by zero!) and to each $a$ there will be a single $y$. We already know which $y$ will work at least, so it looks like there are no others???
This is by no means the only approach, but it may take you the distance, when you are in unfamiliar territory. The successful answerers apparently drew from their personal databanks and tuned up pattern recognition heuristics. Of course, building up the said databanks takes time, and you need to work your way through scores of examples to develop and improve those pattern recognition skills.